floorAndCeiling

Crates.iofloorAndCeiling
lib.rsfloorAndCeiling
version0.1.0
sourcesrc
created_at2023-10-30 02:43:48.848407
updated_at2023-10-30 02:43:48.848407
descriptionTiny crate that contains floor and ceiling functions
homepage
repositoryhttps://github.com/Dtimer0/floorAndCeiling
max_upload_size
id1017986
size3,373
Jude Packard-Jones (judepackardjones)

documentation

README

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

Commit count: 6

cargo fmt