Function practical_astronomy_rust::macros::unwind_deg
source · pub fn unwind_deg(w: f64) -> f64
Expand description
Convert angle in degrees to equivalent angle in the range 0 to 360 degrees.
Original macro name: UnwindDeg
pub fn unwind_deg(w: f64) -> f64
Convert angle in degrees to equivalent angle in the range 0 to 360 degrees.
Original macro name: UnwindDeg