Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
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().
Referenced by rb_complex_abs().