Function floorf64
const fn floorf64(x: f64) -> f64
Returns the largest integer less than or equal to an f64.
The stabilized version of this intrinsic is
f64::floor
floorf64const fn floorf64(x: f64) -> f64
Returns the largest integer less than or equal to an f64.
The stabilized version of this intrinsic is
f64::floor