pub struct TDB;Expand description
Barycentric Dynamical Time.
TDB differs from TT by a periodic correction of ≈1.7 ms amplitude
(Fairhead & Bretagnon 1990). This implementation applies the four
largest periodic terms automatically in to_jd_tt / from_jd_tt,
achieving accuracy better than 30 μs for dates within ±10 000 years
of J2000.
§References
- Fairhead & Bretagnon (1990), A&A 229, 240
- USNO Circular 179, eq. 2.6
- IAU 2006 Resolution B3
Trait Implementations§
Source§impl PartialOrd for TDB
impl PartialOrd for TDB
impl Copy for TDB
impl StructuralPartialEq for TDB
Auto Trait Implementations§
impl Freeze for TDB
impl RefUnwindSafe for TDB
impl Send for TDB
impl Sync for TDB
impl Unpin for TDB
impl UnsafeUnpin for TDB
impl UnwindSafe for TDB
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more