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
cabs(3) - osf1
cabsl(3) - freebsd
hypotf(3) - freebsd
Similar Topics in the Unix Linux Community
Want to remove all lines but not latest 50 lines from a file
Join not working properly
Is C worth the effort?
Noob trying to improve
Question regarding tar command.