libm
0.2.8
Function
libm
::
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
.