Function floorf64
pub 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
floorf64pub 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