Function atan

Source
pub extern "C" fn atan(x: f64) -> f64
Expand description

计算反正切值

§参数

  • x - 输入值

§返回值

返回x的反正切值(弧度)