39#ifndef STK_CONST_MATH_H
40#define STK_CONST_MATH_H
50static const Real _E_ = 2.718281828459045235360287471353;
52static const Real _PI_ = 3.141592653589793238462643383279502884197169399375;
54static const Real _EULER_ = 0.57721566490153286060651209008240243104215933594;
56static const Real _2PI_ = 6.283185307179586476925286766559;
58static const Real _PI_2_ = 1.570796326794896619231321691640;
60static const Real _PI_4_ = 0.785398163397448309615660845820;
62static const Real _1_PI = 0.318309886183790671537767526745;
64static const Real _2_PI_ = 0.636619772367581343075535053490;
66static const Real _LOG2_ = 0.301029995663981195213738894724;
68static const Real _LOGE_ = 0.434294481903251827651128918917;
70static const Real _LN2_ = 0.693147180559945309417232121458;
72static const Real _LN10_ = 2.302585092994045684017991454684;
74static const Real _SQRT2_ = 1.414213562373095048801688724210;
76static const Real _SQRT3_ = 1.732050807568877293527446341506;
78static const Real _SQRT32_ = 5.656854249492380195206754896838;
80static const Real _1_SQRT2_ = 0.707106781186547524400844362105;
82static const Real _SQRTPI_ = 1.772453850905516027298167483341;
84static const Real _SQRT2_PI_ = 0.797884560802865355879892119869;
86static const Real _SQRT2PI_ = 2.506628274631000502415765284811045253007;
88static const Real _1_SQRTPI_ = 0.564189583547756286948079451561;
90static const Real _2_SQRTPI_ = 1.128379167095512573896158903122;
92static const Real _1_SQRT2PI_ = 0.398942280401432677939946059934;
94static const Real _LNSQRTPI_ = 0.572364942924700087071713675677;
96static const Real _LNSQRT2PI_ = 0.918938533204672741780329736406;
98static const Real _LNSQRTPI_2_ = 0.225791352644727432363097614947;
This file include all the header files of the project STKernel.
Real pi_2()
Compute using pi()
Real euler()
Compute the Euler constant.
double Real
STK fundamental type of Real values.
The namespace STK is the main domain space of the Statistical ToolKit project.