14VALUE rb_math_atan2(VALUE, VALUE);
15VALUE rb_math_cos(VALUE);
16VALUE rb_math_cosh(VALUE);
17VALUE rb_math_exp(VALUE);
18VALUE rb_math_hypot(VALUE, VALUE);
19VALUE rb_math_log(
int argc,
const VALUE *argv);
20VALUE rb_math_sin(VALUE);
21VALUE rb_math_sinh(VALUE);