mutils 12.7.0

Mathematical-like utilities. Points, Sizes, Colours, maths operating on them. Things like that.
Documentation
mod from_rounded;
mod half;
mod num;
mod num_identity;
mod num_trampolene;
mod num_tuple;
mod number_extensions;
mod to_rounded;
mod to_signed_clamped;

pub use self::from_rounded::*;
pub use self::half::*;
pub use self::num::*;
pub use self::num_identity::*;
pub use self::num_trampolene::*;
pub use self::num_tuple::*;
pub use self::number_extensions::*;
pub use self::to_rounded::*;
pub use self::to_signed_clamped::*;