*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> hypot (3)              
Title
Content
Arch
Section
 

HYPOT(3)

Contents


NAME    [Toc]    [Back]

       hypot - Euclidean distance function

SYNOPSIS    [Toc]    [Back]

       #include <math.h>

       double hypot(double x, double y);

DESCRIPTION    [Toc]    [Back]

       The  hypot()  function returns the sqrt(x*x + y*y).  This is the length
       of the hypotenuse of a right-angle triangle with sides of length x  and
       y, or the distance of the point (x, y) from the origin.

CONFORMING TO    [Toc]    [Back]

       SVID 3, BSD 4.3

SEE ALSO    [Toc]    [Back]

      
      
       sqrt(3)



				  1993-06-25			      HYPOT(3)
[ Back ]
 Similar pages
Name OS Title
fabs Tru64 Calculate Euclidean distance and absolute value
cabs Tru64 Calculate Euclidean distance and absolute value
hypot Tru64 Calculate Euclidean distance and absolute value
hypot IRIX Euclidean distance, complex absolute value
hypotf NetBSD euclidean distance and complex absolute value functions
cabsf OpenBSD Euclidean distance and complex absolute value functions
cabs FreeBSD Euclidean distance and complex absolute value functions
hypot FreeBSD Euclidean distance and complex absolute value functions
cabsf FreeBSD Euclidean distance and complex absolute value functions
cabsf NetBSD euclidean distance and complex absolute value functions
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service