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
hypot(3m) - bsd
hypot(3) - suse
hypot(3) - netbsd
hypotf(3) - netbsd
hypot(3) - osf1
Similar Topics in the Unix Linux Community
Grep float/integers but skip some integers
Want to remove all lines but not latest 50 lines from a file
Rsync exclude &amp; include?
Noob trying to improve
Question regarding tar command.