Go to the source code of this file.
|
namespace | Astro |
| The namespace for the Astro library.
|
|
Real | Astro::Power2 (Real x) |
template<typename Real> |
Real | Astro::Power3 (Real x) |
Real | Astro::Power4 (Real x) |
Real | Astro::Deg_To_Rad (Real x) |
Real | Astro::Rad_To_Deg (Real x) |
Real | Astro::AngleInRange (Real x) |
Real | Astro::AngleInRangeSym (Real x) |
Real | Astro::KM_To_M (Real x) |
Real | Astro::M_To_KM (Real x) |
Real | Astro::KM_To_AU (Real x) |
Real | Astro::AU_To_KM (Real x) |
Real | Astro::M_To_AU (Real x) |
Real | Astro::AU_To_M (Real x) |
Real | Astro::KM_S_To_M_S (Real x) |
Real | Astro::M_S_To_KM_S (Real x) |
Real | Astro::KM_S_To_AU_S (Real x) |
Real | Astro::AU_S_To_KM_S (Real x) |
Real | Astro::M_S_To_AU_S (Real x) |
Real | Astro::AU_S_To_M_S (Real x) |
Real | Astro::M_S_To_AU_DAY (Real x) |
Real | Astro::AU_DAY_To_M_S (Real x) |
Real | Astro::KM_S_To_AU_DAY (Real x) |
Real | Astro::AU_DAY_To_KM_S (Real x) |
Real | Astro::M_S_To_KM_DAY (Real x) |
Real | Astro::KM_DAY_To_M_S (Real x) |
Real | Astro::AU_DAY2_To_KM_S2 (Real x) |
Real | Astro::AU_DAY3_To_KM_S3 (Real x) |
Real | Astro::KM3_S2_To_KM3_DAY2 (Real x) |
Real | Astro::KM3_S2_To_AU3_DAY2 (Real x) |
Real | Astro::JulianDate (Integer year, Integer month, Integer day) |
Real | Astro::ModifiedJulianDate (Integer year, Integer month, Integer day) |
void | Astro::JD_To_Date (Real JD, Integer &year, Integer &month, Integer &day) |
void | Astro::MJD_To_Date (Real MJD, Integer &year, Integer &month, Integer &day) |
◆ ASTRO_UTILITIES_HH
#define ASTRO_UTILITIES_HH |