HYPOT(2) 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. Page 1 Plan 9 (printed 12/21/24)