dune-common 2.9.0
|
Standard implementation of MathematicalConstants. More...
#include <dune/common/math.hh>
Static Public Member Functions | |
static const T | e () |
Euler's number. | |
static const T | pi () |
Archimedes' constant. | |
Standard implementation of MathematicalConstants.
This implementation will work with all built-in floating point types. It provides
e as exp(1.0) pi as acos(-1.0)
|
inlinestatic |
Euler's number.
|
inlinestatic |
Archimedes' constant.