#utilities #floor #ceiling

floorAndCeiling

Tiny crate that contains floor and ceiling functions

1 unstable release

0.1.0 Oct 30, 2023

#803 in Math

MIT license

3KB

floorAndCeiling

Simple crate for rust with floor and ceiling functions. floor32 takes f32 and returns the floor as i32 floor64 takes f64 and returns the floor as i64 ceiling32 takes f32 and returns the ceiling as i32 ceiling64 takes f32 and returns the ceiling as i64

No runtime deps