pub fn true_to_eccentric_anomaly(nu: Radians, e: Eccentricity) -> RadiansExpand description
Convert true anomaly to eccentric anomaly.
tan(E/2) = sqrt((1-e)/(1+e)) * tan(ν/2)
pub fn true_to_eccentric_anomaly(nu: Radians, e: Eccentricity) -> RadiansConvert true anomaly to eccentric anomaly.
tan(E/2) = sqrt((1-e)/(1+e)) * tan(ν/2)