A real fixed-point decimal crate in Rust By WuBingzheng - 1 month ago Primitive fixed-point decimal types. Rust built-in f32 and f64 types have two drawbacks:
- can not represent decimal numbers in base 10 accurately, because they are in base 2;
- can n… [+6660 chars]...Read more