Function astro::planet::orb_elements [] [src]

pub fn orb_elements(planet: &Planet, JD: f64) -> (f64, f64, f64, f64, f64, f64, f64, f64)

Computes a planet's orbital elements, referred to the mean equinox of the date

Returns

(L, a, e, i, omega, pi, M, w)

Arguments