Skip to main content

Module rounding

Module rounding 

Source

Re-exportsยง

pub use ceil::ceil;
pub use ceil::ceilf;
pub use floor::floor;
pub use floor::floorf;
pub use rint::rint;
pub use rintf::rintf;
pub use round::round;
pub use round::roundf;
pub use round_ties_even::round_ties_even;
pub use round_ties_even::roundf_ties_even;
pub use trunc::trunc;
pub use truncf::truncf;

Modulesยง

ceil ๐Ÿ”’
floor ๐Ÿ”’
rint ๐Ÿ”’
rintf ๐Ÿ”’
round ๐Ÿ”’
round_ties_even ๐Ÿ”’
trunc ๐Ÿ”’
truncf ๐Ÿ”’