Static Public Member Functions | |
static float | cln2 (float) |
Returns ln(2) as a single-precision or double-precision number, according to the type of the parameter. More... | |
static double | cln2 (double) |
Returns ln(2) as a single-precision or double-precision number, according to the type of the parameter. More... | |
static float | cpi (float) |
Returns pi as a single-precision or double-precision number, according to the type of the parameter. More... | |
static double | cpi (double) |
Returns pi as a single-precision or double-precision number, according to the type of the parameter. More... | |
Definition at line 20 of file mathNumbers.h.
|
inlinestatic |
Returns ln(2) as a single-precision or double-precision number, according to the type of the parameter.
Definition at line 28 of file mathNumbers.I.
|
inlinestatic |
Returns ln(2) as a single-precision or double-precision number, according to the type of the parameter.
Definition at line 46 of file mathNumbers.I.
|
inlinestatic |
Returns pi as a single-precision or double-precision number, according to the type of the parameter.
Definition at line 19 of file mathNumbers.I.
|
inlinestatic |
Returns pi as a single-precision or double-precision number, according to the type of the parameter.
Definition at line 37 of file mathNumbers.I.