Function practical_astronomy_rust::macros::true_anomaly
source · pub fn true_anomaly(am: f64, ec: f64) -> f64
Expand description
Solve Kepler’s equation, and return value of the true anomaly in radians.
Original macro name: TrueAnomaly