HYPOT(3M) COMMAND REFERENCE HYPOT(3M)
NAME
hypot, cabs - Euclidean distance
SYNOPSIS
#include <math.h>
double hypot (x, y)
double x, y;
double cabs (z)
struct { double x, y; } z;
DESCRIPTION
Hypot and cabs return
sqrt (x*x + y*y),
taking precautions against unwarranted overflows.
The x and y arguments to the complex absolute value function
cabs consist of the real and imaginary parts, respectively.
FILES
/usr/lib/libm.a Mathematical library functions.
/usr/lib/libF77.a F77 intrinsic function (math) and
startup library.
SEE ALSO
exp(3m).
Printed 10/17/86 1
%%index%%
na:72,68;
sy:140,629;
de:769,405;
fi:1174,259;
se:1433,97;
%%index%%000000000092