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