Function to_degrees

Source
pub extern "C" fn to_degrees(radians: f64) -> f64
Expand description

将弧度转换为角度

§参数

  • radians - 弧度值

§返回值

返回对应的角度值