Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
math.h
Go to the documentation of this file.
1#ifndef INTERNAL_MATH_H /*-*-C-*-vi:se ft=c:*/
2#define INTERNAL_MATH_H
12#include "ruby/ruby.h" /* for VALUE */
13
14/* math.c */
20VALUE rb_math_log(int argc, const VALUE *argv);
23
24#endif /* INTERNAL_MATH_H */
VALUE rb_math_log(int argc, const VALUE *argv)
Definition: math.c:468
VALUE rb_math_cos(VALUE)
VALUE rb_math_atan2(VALUE, VALUE)
VALUE rb_math_sinh(VALUE)
VALUE rb_math_exp(VALUE)
VALUE rb_math_sin(VALUE)
VALUE rb_math_hypot(VALUE, VALUE)
VALUE rb_math_cosh(VALUE)
int argc
Definition: ruby.c:240
char ** argv
Definition: ruby.c:241
unsigned long VALUE
Definition: value.h:38