Skip to main content

radians_from_degrees

Function radians_from_degrees 

Source
pub fn radians_from_degrees(degrees: f64) -> Option<f64>
Expand description

Converts degrees to radians.

Returns None when the input or result is not finite.