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