hypot             119 include/ruby/missing.h RUBY_EXTERN double hypot(double, double);
hypot             694 math.c             return DBL2NUM(hypot(Get_Double(x), Get_Double(y)));