A replacement for decimal.js for incremental games who want to deal with very large numbers (bigger in magnitude than 1e308, up to as much as 1e(9e15) ) and want to prioritize speed over accuracy.
Stars
240
Forks
35
Watchers
240
Open Issues
17
Overall repository health assessment
^27.0.3^5.4.0^5.4.0^8.3.0^7.0.0^27.3.1^27.3.1^3.4.1^12.0.3^27.0.7^6.6.3^0.23.25^4.9.3^4.1.4185
commits
110
commits
43
commits
5
commits
3
commits
2
commits
1
commits
1
commits
1
commits
1
commits
Update README.md - replace Java version with a completed one
9a32e2bView on GitHubAdd MantissaExponent interface for Decimal-compatible objects
0672c08View on GitHubDecrease allocations via more aggressive pooling, refactor factory methods
e6df14cView on GitHub