pub struct LunarPeriodicTerm { /* private fields */ }Expand description
LTE440 periodic terms (Lu et al. 2025, A&A 704, A76; arXiv:2509.18511) A_i * sin(2π * (t_J2000_days / T_i) + ϕ_i) with A_i in µs. These are the 13 dominant terms (>1 µs) after removing the linear secular drift. Accuracy: < 0.15 ns (before 2050) when combined with the secular rate.
Trait Implementations§
Source§impl Clone for LunarPeriodicTerm
impl Clone for LunarPeriodicTerm
Source§fn clone(&self) -> LunarPeriodicTerm
fn clone(&self) -> LunarPeriodicTerm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LunarPeriodicTerm
Auto Trait Implementations§
impl Freeze for LunarPeriodicTerm
impl RefUnwindSafe for LunarPeriodicTerm
impl Send for LunarPeriodicTerm
impl Sync for LunarPeriodicTerm
impl Unpin for LunarPeriodicTerm
impl UnsafeUnpin for LunarPeriodicTerm
impl UnwindSafe for LunarPeriodicTerm
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