decimal-wad 0.1.9

Math for preserving precision floats up to 18 decimal places.
Documentation
1
2
3
4
5
6
7
pub mod common;
pub mod decimal;
pub mod error;
#[cfg(feature = "ops-traits")]
pub mod ops_traits;
pub mod rate;
pub mod ratio;