pub fn radians_from_degrees(degrees: f64) -> Option<f64>
Converts degrees to radians.
Returns None when the input or result is not finite.
None