OmniSciDB
a5dc49c757
|
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} |