Function to_radians

Source
pub extern "C" fn to_radians(degrees: f64) -> f64
Expand description

将角度转换为弧度

§参数

  • degrees - 角度值

§返回值

返回对应的弧度值