HYPOT(3M) — UNIX 3.0
NAME
hypot − Euclidean distance
SYNOPSIS
#include <math.h>
double hypot (x, y)
double x, y;
DESCRIPTION
Hypot returns
sqrt(x∗x + y∗y),
taking precautions against unwarranted overflows.
SEE ALSO
May 16, 1980
hypot − Euclidean distance
#include <math.h>
double hypot (x, y)
double x, y;
Hypot returns
sqrt(x∗x + y∗y),
taking precautions against unwarranted overflows.
May 16, 1980