Skip to content

eccentric_to_mean_anomaly

Defined in: kepler.rs:70

fn eccentric_to_mean_anomaly(eccentric_anomaly: f64, eccentricity: f64) -> f64

Convert eccentric anomaly to mean anomaly using Kepler’s equation: M = E - e·sin(E)