libm
0.2.11
In libm::
math::
ceil
libm
::
math
::
ceil
Function
ceil
Copy item path
source
pub fn ceil(x:
f64
) ->
f64
Expand description
Ceil (f64)
Finds the nearest integer greater than or equal to
x
.