Function cbrt

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

计算立方根

§参数

  • x - 输入值

§返回值

返回x的立方根