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