HYPOT(3M)
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.
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.