|
static double | cln2 (double) |
| Returns ln(2) as a single-precision or double-precision number, according to the type of the parameter.
|
|
static float | cln2 (float) |
| Returns ln(2) as a single-precision or double-precision number, according to the type of the parameter.
|
|
static double | cpi (double) |
| Returns pi as a single-precision or double-precision number, according to the type of the parameter.
|
|
static float | cpi (float) |
| Returns pi as a single-precision or double-precision number, according to the type of the parameter.
|
|
|
static const PN_stdfloat | deg_2_rad = MathNumbers::pi_d / 180.0 |
|
static const double | deg_2_rad_d = MathNumbers::pi_d / 180.0 |
|
static const float | deg_2_rad_f = MathNumbers::pi_d / 180.0 |
|
static const PN_stdfloat | ln2 = log(2.0) |
|
static const double | ln2_d = log(2.0) |
|
static const float | ln2_f = log(2.0) |
|
static const PN_stdfloat | pi = 4.0 * atan(1.0) |
|
static const double | pi_d = 4.0 * atan(1.0) |
|
static const float | pi_f = 4.0 * atan(1.0) |
|
static const PN_stdfloat | rad_2_deg = 180.0 / MathNumbers::pi_d |
|
static const double | rad_2_deg_d = 180.0 / MathNumbers::pi_d |
|
static const float | rad_2_deg_f = 180.0 / MathNumbers::pi_d |
|
Definition at line 20 of file mathNumbers.h.
◆ cln2() [1/2]
double MathNumbers::cln2 |
( |
double | | ) |
|
|
inlinestatic |
Returns ln(2) as a single-precision or double-precision number, according to the type of the parameter.
Definition at line 45 of file mathNumbers.I.
◆ cln2() [2/2]
float MathNumbers::cln2 |
( |
float | | ) |
|
|
inlinestatic |
Returns ln(2) as a single-precision or double-precision number, according to the type of the parameter.
Definition at line 27 of file mathNumbers.I.
◆ cpi() [1/2]
double MathNumbers::cpi |
( |
double | | ) |
|
|
inlinestatic |
Returns pi as a single-precision or double-precision number, according to the type of the parameter.
Definition at line 36 of file mathNumbers.I.
◆ cpi() [2/2]
float MathNumbers::cpi |
( |
float | | ) |
|
|
inlinestatic |
Returns pi as a single-precision or double-precision number, according to the type of the parameter.
Definition at line 18 of file mathNumbers.I.
◆ deg_2_rad
const PN_stdfloat MathNumbers::deg_2_rad = MathNumbers::pi_d / 180.0 |
|
static |
◆ deg_2_rad_d
const double MathNumbers::deg_2_rad_d = MathNumbers::pi_d / 180.0 |
|
static |
◆ deg_2_rad_f
const float MathNumbers::deg_2_rad_f = MathNumbers::pi_d / 180.0 |
|
static |
◆ ln2
const PN_stdfloat MathNumbers::ln2 = log(2.0) |
|
static |
◆ ln2_d
const double MathNumbers::ln2_d = log(2.0) |
|
static |
◆ ln2_f
const float MathNumbers::ln2_f = log(2.0) |
|
static |
◆ pi
const PN_stdfloat MathNumbers::pi = 4.0 * atan(1.0) |
|
static |
◆ pi_d
const double MathNumbers::pi_d = 4.0 * atan(1.0) |
|
static |
◆ pi_f
const float MathNumbers::pi_f = 4.0 * atan(1.0) |
|
static |
◆ rad_2_deg
const PN_stdfloat MathNumbers::rad_2_deg = 180.0 / MathNumbers::pi_d |
|
static |
◆ rad_2_deg_d
const double MathNumbers::rad_2_deg_d = 180.0 / MathNumbers::pi_d |
|
static |
◆ rad_2_deg_f
const float MathNumbers::rad_2_deg_f = 180.0 / MathNumbers::pi_d |
|
static |
The documentation for this class was generated from the following files: