13#ifndef ASTRO_UTILITIES_HXX
14#define ASTRO_UTILITIES_HXX
57 static Real const PI =
Real(3.141592653589793238462643383279502884197);
117 static Real const LY_TO_KM{9.4607304725808e+12};
123 static Real const PC_TO_LY{1.0/LY_TO_PC};
The namespace for the Astro library.
Definition Astro.hh:72
static Real const DAY_TO_SEC
Definition Utilities.hxx:140
static Real const PI
Definition Utilities.hxx:57
static Real const M_TO_LY
Definition Utilities.hxx:135
Real angle_in_range(Real x)
Definition Utilities.hxx:85
Real AU_by_DAY3_to_km_by_s3(Real x)
Definition Utilities.hxx:170
static Real const AU_TO_M
Definition Utilities.hxx:131
static Real const AU_TO_PC
Definition Utilities.hxx:120
static Real const KG_M_SEC2_TO_KG_AU_DAY2
Definition Utilities.hxx:143
Real power4(Real x)
Definition Utilities.hxx:46
static Real const KM_TO_PC
Definition Utilities.hxx:122
static Real const PC_TO_AU
Definition Utilities.hxx:118
static Real const AU_TO_LY
Definition Utilities.hxx:126
static Real const RAD2DEG
Definition Utilities.hxx:61
static Real const KM_TO_M
Definition Utilities.hxx:129
static Real const AU_TO_KM
Definition Utilities.hxx:116
static Real const muSun_km3s2
Definition Utilities.hxx:149
static Real const DEG2RAD
Definition Utilities.hxx:60
static Real const KM_TO_LY
Definition Utilities.hxx:124
double Real
Definition Astro.hh:83
Real power2(Real x)
Definition Utilities.hxx:32
Real AU_by_DAY_to_km_by_s(Real x)
Definition Utilities.hxx:162
Real rad_to_deg(Real x)
Definition Utilities.hxx:77
Real AU_to_KM(Real x)
Definition Utilities.hxx:158
Real power3(Real x)
Definition Utilities.hxx:39
static Real const gravity_kg_AU_DAY2
Definition Utilities.hxx:146
static Real const PIMUL2
Definition Utilities.hxx:58
static Real const gravity_kg_m_s2
Definition Utilities.hxx:145
Real deg_to_rad(Real x)
Definition Utilities.hxx:69
static Real const muSun_AU3DAY2
Definition Utilities.hxx:150
Real angle_in_range_sym(Real x)
Definition Utilities.hxx:99
static Real const PC_TO_M
Definition Utilities.hxx:133
Real AU_by_DAY2_to_km_by_s2(Real x)
Definition Utilities.hxx:166
static Real const PIDIV2
Definition Utilities.hxx:59