1 #ifndef GeometryVector_Geom_Pi_h 2 #define GeometryVector_Geom_Pi_h 31 inline constexpr
double pi() {
return 3.141592653589793238; }
32 inline constexpr
double twoPi() {
return 2. * 3.141592653589793238; }
33 inline constexpr
double halfPi() {
return 0.5 * 3.141592653589793238; }
35 inline constexpr
float fpi() {
return 3.141592653589793238f; }
36 inline constexpr
float ftwoPi() {
return 2.f * 3.141592653589793238f; }
37 inline constexpr
float fhalfPi() {
return 0.5f * 3.141592653589793238f; }
constexpr double halfPi()
constexpr float fhalfPi()