round_float 1.2.2

Round `f64` and `f32` to specified number of decimals.
Documentation
1
2
3
4
#![cfg_attr(feature = "no_std", no_std)]

pub mod round_float;
pub use round_float::RoundToFraction;