#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 907 of file math.c.
◆ exp2
Value:VALUE \
{\
return math_##n(0, x, y);\
}
Definition at line 914 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()
◆ exp1()
◆ exp2()
◆ Init_Math()
◆ log2()
◆ rb_math_sqrt()
◆ sinh()
◆ tanh()
◆ rb_eMathDomainError
VALUE rb_eMathDomainError |
◆ rb_mMath