hypot 78 include/ruby/missing.h RUBY_EXTERN double hypot(double, double); hypot 544 math.c return DBL2NUM(hypot(RFLOAT_VALUE(x), RFLOAT_VALUE(y)));