digitalmars.D - Perfect precision with Dlang, for scientific computations.
- Murilo (5/5) Jan 31 This module performs calculations with the decimal system rather
This module performs calculations with the decimal system rather than the binary system, thus bypassing the precision loss. With this module you can perform FP math with a total precision of 20 decimal places or more (you can change the precision). https://github.com/MuriloMir/Decimal-calculator
Jan 31