mean_to_true_anomaly
Defined in: kepler.rs:52
fn mean_to_true_anomaly(mean_anomaly: f64, eccentricity: f64) -> f64
Convert mean anomaly to true anomaly (convenience wrapper).
Solves Kepler’s equation for E, then converts E → ν.
Defined in: kepler.rs:52
fn mean_to_true_anomaly(mean_anomaly: f64, eccentricity: f64) -> f64
Convert mean anomaly to true anomaly (convenience wrapper).
Solves Kepler’s equation for E, then converts E → ν.