#include <math.h> double hypot(double x, double y);
The length of a hypotenuse of a right triangle whose shorter sides are x and y. In other words, the distance between (0,0) and (x,y).
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.