round_float 0.0.7

Round `f64` and `f32` to specified number of decimals.
Documentation
1
2
3
4
5
#![no_std]

pub mod round_float;
pub use round_float::round_to_fraction;
pub use round_float::RoundToFraction;