Standard implementation of MathematicalConstants. More...
#include <dune/common/math.hh>
Static Public Member Functions | |
static T | e () |
static T | pi () |
Standard implementation of MathematicalConstants.
This implementation will work with all built-in floating point types. It provides
e as std::exp(1.0) pi as std::acos(-1.0)
static T Dune::StandardMathematicalConstants< T >::e | ( | ) | [inline, static] |
static T Dune::StandardMathematicalConstants< T >::pi | ( | ) | [inline, static] |