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