Function astro::planet::ecl_coords_to_FK5 [] [src]

pub fn ecl_coords_to_FK5(JD: f64, ecl_long: f64, ecl_lat: f64) -> (f64, f64)

Computes a planet's geocentric ecliptic coordinates converted to the FK5 system

Returns

(ecl_long_FK5, ecl_lat_FK5)

Arguments