OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
math_consts.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 math_consts
 

Variables

constexpr double math_consts::m_pi {3.14159265358979323846}
 
constexpr double math_consts::rad_div_deg {m_pi / 180}
 
constexpr double math_consts::deg_div_rad {180 / m_pi}
 
constexpr double math_consts::radians_to_degrees {deg_div_rad}