$search
#include <constants.hpp>
Static Public Member Functions | |
static eT | e () |
base of the natural logarithm | |
static eT | eps () |
the difference between 1 and the least value greater than 1 that is representable | |
static eT | euler () |
Euler's constant, aka Euler-Mascheroni constant. | |
static eT | gratio () |
golden ratio | |
static eT | inf () |
infinity | |
static eT | log_max () |
log of the maximum representable value | |
static eT | log_min () |
log of the minimum representable value | |
static eT | nan () |
"not a number" | |
static eT | pi () |
ratio of any circle's circumference to its diameter | |
static eT | sqrt2 () |
square root of 2 |
Definition at line 113 of file constants.hpp.
static eT Math< eT >::e | ( | ) | [inline, static] |
base of the natural logarithm
Definition at line 124 of file constants.hpp.
static eT Math< eT >::eps | ( | ) | [inline, static] |
the difference between 1 and the least value greater than 1 that is representable
Definition at line 136 of file constants.hpp.
static eT Math< eT >::euler | ( | ) | [inline, static] |
Euler's constant, aka Euler-Mascheroni constant.
Definition at line 127 of file constants.hpp.
static eT Math< eT >::gratio | ( | ) | [inline, static] |
golden ratio
Definition at line 130 of file constants.hpp.
static eT Math< eT >::inf | ( | ) | [inline, static] |
infinity
Definition at line 148 of file constants.hpp.
static eT Math< eT >::log_max | ( | ) | [inline, static] |
log of the maximum representable value
Definition at line 142 of file constants.hpp.
static eT Math< eT >::log_min | ( | ) | [inline, static] |
log of the minimum representable value
Definition at line 139 of file constants.hpp.
static eT Math< eT >::nan | ( | ) | [inline, static] |
"not a number"
Definition at line 145 of file constants.hpp.
static eT Math< eT >::pi | ( | ) | [inline, static] |
ratio of any circle's circumference to its diameter
Definition at line 121 of file constants.hpp.
static eT Math< eT >::sqrt2 | ( | ) | [inline, static] |
square root of 2
Definition at line 133 of file constants.hpp.