www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Perfect precision with Dlang, for scientific computations.

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