Skip to content

Releases: AS-INVENTIONS/DeepMath

v1.0.0

28 Jul 14:36
cd5b7ed

Choose a tag to compare

v1.0.0 Pre-release
Pre-release

🚀 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