round_float 0.0.12

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

pub mod round_float;
pub use round_float::RoundToFraction;