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(3) - suse
cabs(3) - osf1
fabs(3) - osf1
hypotl(3) - freebsd
cabsf(3) - freebsd
Similar Topics in the Unix Linux Community
awk substr
Want to remove all lines but not latest 50 lines from a file
Join not working properly
Rsync exclude &amp; include?
Question regarding tar command.