celestial-time 0.1.1-alpha.2

Pure Rust astronomical time scales
Documentation
1
2
3
4
5
6
7
pub const YEARS_PER_CENTURY: f64 = 100.0;

pub const DAYS_PER_YEAR: f64 = 365.25;

pub(crate) use celestial_core::constants::ARCSEC_PER_RAD;

pub const MASEC_PER_RAD: f64 = ARCSEC_PER_RAD * 1000.0;