HYPOT(2)
NAME
hypot − Euclidean distance
SYNOPSIS
double hypot(double x, double y)
DESCRIPTION
Hypot returns
sqrt(x∗x + y∗y)
taking precautions against unwarranted overflows.
Plan 9 — January 03, 1993
hypot − Euclidean distance
double hypot(double x, double y)
Hypot returns
sqrt(x∗x + y∗y)
taking precautions against unwarranted overflows.
Plan 9 — January 03, 1993