Forest Logo
search
package_2

hugenumbersformatter

By @notsimo26

Roblox

Mirrored

HugeNumbersFormatter

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

Package Details

Install command (Click to copy)


Version

1.0.0

License

MIT

check_circle

Safe for commercial use

Automated license review — not legal advice.