constants.h File Reference

File that contains some widely used constants. More...

Namespaces

namespace  OFELI
 A namespace to group all library classes, functions, ...
 

Macros

#define OFELI_E   2.71828182845904523536028747135
 
#define OFELI_PI   3.14159265358979323846264338328
 
#define OFELI_THIRD   0.33333333333333333333333333333
 
#define OFELI_SIXTH   0.16666666666666666666666666667
 
#define OFELI_TWELVETH   0.08333333333333333333333333333
 
#define OFELI_SQRT2   1.41421356237309504880168872421
 
#define OFELI_SQRT3   1.73205080756887729352744634151
 
#define OFELI_ONEOVERPI   0.31830988618379067153776752675
 
#define OFELI_GAUSS2   0.57735026918962576450914878050196
 
#define OFELI_EPSMCH   DBL_EPSILON
 
#define OFELI_TOLERANCE   OFELI_EPSMCH*10000
 
#define VLG   1.e10
 
#define OFELI_IMAG   std::complex<double>(0.,1.);
 
#define LIGHT_SPEED   299792458.2;
 

Detailed Description

File that contains some widely used constants.