#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.
base of the natural logarithm
Definition at line 124 of file constants.hpp.
the difference between 1 and the least value greater than 1 that is representable
Definition at line 136 of file constants.hpp.
Euler's constant, aka Euler-Mascheroni constant.
Definition at line 127 of file constants.hpp.
golden ratio
Definition at line 130 of file constants.hpp.
infinity
Definition at line 148 of file constants.hpp.
log of the maximum representable value
Definition at line 142 of file constants.hpp.
log of the minimum representable value
Definition at line 139 of file constants.hpp.
"not a number"
Definition at line 145 of file constants.hpp.
ratio of any circle's circumference to its diameter
Definition at line 121 of file constants.hpp.
square root of 2
Definition at line 133 of file constants.hpp.