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