#include "internal.h"
#include <float.h>
#include <math.h>
#include <errno.h>
Go to the source code of this file.
◆ domain_error
◆ exp1
Value:VALUE \
{\
return math_##n(0, x);\
}
Definition at line 923 of file math.c.
◆ exp2
Value:VALUE \
{\
return math_##n(0, x, y);\
}
Definition at line 930 of file math.c.
◆ f_boolcast
◆ Get_Double
◆ M_LN10
| #define M_LN10 2.30258509299404568401799145468436421 |
◆ M_LN2
| #define M_LN2 0.693147180559945309417232121458176568 |
◆ RB_BIGNUM_TYPE_P
◆ cosh()
◆ exp2()
◆ FUNC_MINIMIZED()
| FUNC_MINIMIZED |
( |
static VALUE |
math_logint, const VALUE *, VALUE | ) |
|
◆ Init_Math()
◆ log2()
◆ rb_math_log()
◆ sinh()
◆ tanh()
◆ rb_eMathDomainError
| VALUE rb_eMathDomainError |
◆ rb_mMath