Searched defs:hypot (Results 1 – 3 of 3) sorted by relevance
67 # define hypot(x,y) _hypot(x,y) macro69 # define hypot(x,y) sqrt((double)(x)*(x)+(double)(y)*(y)) macro
8 hypot(double a, double b) in hypot() function
13 hypot(double p, double q) in hypot() function