22 template<
class Field >
40 static const T
e = std::exp( T( 1 ) );
46 static const T
pi = std::acos( T( -1 ) );
57 struct MathematicalConstants< float >
58 :
public StandardMathematicalConstants< float >
67 struct MathematicalConstants< double >
68 :
public StandardMathematicalConstants< double >
77 struct MathematicalConstants< long double >
78 :
public StandardMathematicalConstants< long double >
84 #endif // #ifndef DUNE_MATH_HH