Section: Manual del Programador de Linux (3)
Updated: 25 Junio 1993
Index Return to Main
Contents
hypot - Función de distancia euclídea
#include <math.h> double hypot(double x, double y);
La función hypot() devuelve el resultado de sqrt(x*x + y*y). Este valor es la longitud de la hipotenusa de un triángulo rectángulo cuyos lados miden x e y, o la distancia del punto (x, y) al origen.
(3)
This document was created by man2html, using
the manual pages.
Time: 06:16:22 GMT, January 22, 2005