libm
0.2.8
Function
libm
::
floor
Copy item path
source
ยท
[
−
]
pub fn floor(x: f64) -> f64
Expand description
Floor (f64)
Finds the nearest integer less than or equal to
x
.