Function tan

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

计算正切值

§参数

  • x - 输入角度(弧度)

§返回值

返回x的正切值