35 #ifndef _BLAZE_MATH_CONSTANTS_H_
36 #define _BLAZE_MATH_CONSTANTS_H_
63 const real M_E = 2.7182818284590452353602874713526625;
123 const real M_LN2 = 0.6931471805599453094172321214581766;
163 const real M_PI = 3.1415926535897932384626433832795029;
const real M_LN10
Definition of the mathematical constant .
Definition: Constants.h:143
const real M_E
Definition of the mathematical constant .
Definition: Constants.h:63
const real M_LOG2E
Definition of the mathematical constant .
Definition: Constants.h:83
const real M_SQRT2
Definition of the mathematical constant .
Definition: Constants.h:183
Header file for the floating point precision of the Blaze library.
const real M_LOG10E
Definition of the mathematical constant .
Definition: Constants.h:103
const real M_SQRT3
Definition of the mathematical constant .
Definition: Constants.h:203
const real M_LN2
Definition of the mathematical constant .
Definition: Constants.h:123
const real M_PI
Definition of the mathematical constant .
Definition: Constants.h:163
double real
Floating point data type of the Blaze library.This type definition offers the possibility to switch t...
Definition: Precision.h:47