HYPOT(2)HYPOT(2)
NAME
hypot – Euclidean distance
SYNOPSIS
double hypot(double x, double y)
DESCRIPTION
sqrt(x*x + y*y)
taking precautions against unwarranted overflows.
HYPOT(2)HYPOT(2)
hypot – Euclidean distance
double hypot(double x, double y)
sqrt(x*x + y*y)
taking precautions against unwarranted overflows.