Function ceil

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

向上取整

§参数

  • x - 输入值

§返回值

返回不小于x的最小整数