pub fn earth_angular_radius(sat_pos: [f64; 3]) -> Result<f64, AngleError>
Angular radius (degrees) of the Earth as seen from the satellite: asin(R_earth / |sat_pos|), clamped to the asin domain.
asin(R_earth / |sat_pos|)
asin