eccentric_to_true_anomaly
このコンテンツはまだ日本語訳がありません。
Defined in: kepler.rs:43
fn eccentric_to_true_anomaly(eccentric_anomaly: f64, eccentricity: f64) -> f64
Convert eccentric anomaly to true anomaly.
Uses the relation: tan(ν/2) = √((1+e)/(1-e)) · tan(E/2)