Crate floorAndCeiling

Source

Functionsยง

ceiling32
Takes a f32 and returns the i32 CEIL() of the f32.
ceiling64
Takes a f64 and returns the i64 CEIL() of the f64.
floor32
Takes a f32 and returns the i32 FLOOR() of the f32.
floor64
Takes a f64 and returns the i64 FLOOR() of the f64.