true_to_eccentric_anomaly
Defined in: kepler.rs:63
fn true_to_eccentric_anomaly(true_anomaly: f64, eccentricity: f64) -> f64
Convert true anomaly to eccentric anomaly.
Uses the relation: tan(E/2) = √((1-e)/(1+e)) · tan(ν/2)
Defined in: kepler.rs:63
fn true_to_eccentric_anomaly(true_anomaly: f64, eccentricity: f64) -> f64
Convert true anomaly to eccentric anomaly.
Uses the relation: tan(E/2) = √((1-e)/(1+e)) · tan(ν/2)