cbrt 95 include/ruby/missing.h RUBY_EXTERN double cbrt(double); cbrt 486 math.c return DBL2NUM(cbrt(RFLOAT_VALUE(x)));