Releases: AS-INVENTIONS/DeepMath
Releases · AS-INVENTIONS/DeepMath
v1.0.0
🚀 Initial Release of DeepMath Library!
Features:
Designed mainly to avoid decimal point precision loss and storage limitations of float or double during calculations.
Manual large number arithmetic without floating-point or rounding errors.
Supports conversion between String and long long int (up to 20 digits).
Clean and precise decimal handling logic without using any float-based math.
Full Changelog: https://github.com/AS-INVENTIONS/DeepMath/commits/v1.0.0