hypot(3m) v7 man page | unix.com

Man Page: hypot

Operating Environment: v7

Section: 3m

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
hypot(3m) - bsd
hypot(3) - suse
hypotl(3) - suse
fabs(3) - osf1
hypot(3) - osf1
Similar Topics in the Unix Linux Community
Grep float/integers but skip some integers
Join not working properly
Rsync exclude &amp; include?
Question regarding tar command.
In shell scripting found &quot;\n-&quot; and don't know what is it for