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