Antkeeper
0.0.1
|
Go to the source code of this file.
Namespaces | |
physics | |
Physics. | |
physics::time | |
Time-related functions. | |
physics::time::jd | |
Julian day (JD). | |
Functions | |
template<class T > | |
T | physics::time::jd::to_ut1 (T t) |
Converts JD to UT1. More... | |
Variables | |
template<class T > | |
constexpr T | physics::time::jd::days_per_century = T{36525} |
Number of Julian days per Julian century. More... | |
template<class T > | |
constexpr T | physics::time::jd::centuries_per_day = T{1} / T{36525} |
Number of Julian centuries per Julian day. More... | |