v7 man page for hypot

Query: hypot

OS: v7

Section: 3m

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HYPOT(3M)																 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.
SEE ALSO
exp(3) for sqrt HYPOT(3M)
Related Man Pages
cabs(3m) - bsd
hypot(3m) - bsd
fabs(3) - osf1
cabsl(3) - freebsd
hypotf(3) - freebsd
Similar Topics in the Unix Linux Community
awk substr
Is C worth the effort?
Question regarding tar command.
In shell scripting found &quot;\n-&quot; and don't know what is it for
AIX version selection