Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|
Internal header for Math. More...
#include "ruby/ruby.h"
Go to the source code of this file.
Functions | |
VALUE | rb_math_atan2 (VALUE, VALUE) |
VALUE | rb_math_cos (VALUE) |
VALUE | rb_math_cosh (VALUE) |
VALUE | rb_math_exp (VALUE) |
VALUE | rb_math_hypot (VALUE, VALUE) |
VALUE | rb_math_log (int argc, const VALUE *argv) |
VALUE | rb_math_sin (VALUE) |
VALUE | rb_math_sinh (VALUE) |
Internal header for Math.
Definition in file math.h.
Referenced by rb_complex_arg().