Start typing to search packages!
hugenumbersformatter
By @notsimo26
Roblox
MirroredHugeNumbersFormatter
Luau module that represents huge numbers using scientific notation (mantissa and exponent, with a separate sign), so it can go past the precision limits of normal doubles. It implements the core arithmetic (add, subtract, multiply, divide, negate) by aligning exponents and renormalizing the mantissa back into the valid range after each operation, plus the Conway-Wechsler algorithm to turn any huge number (represented as Scientific Notation) into an english-readable string
Conway-Wechsler Algorithm
If you're interested on how the algorithm works, lookup this devforum link, i've explained everything: https://devforum.roblox.com/t/huge-numbers-formatter-module/4678894
Documentation
- Getting started: https://NotSimo26.github.io/HugeNumbersFormatter/docs/intro
- Complete API: https://NotSimo26.github.io/HugeNumbersFormatter/api
Package Details
Install command (Click to copy)
Version
1.0.0
License
MIT
Safe for commercial use
Automated license review — not legal advice.
