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