{"id":"notsimo26/hugenumbersformatter","name":"hugenumbersformatter","scope":"notsimo26","platform":"roblox","description":"Module useful for handling huge numbers using ScientificNotation, it has arithmetic operations and english-readable formatting for every number via the Conway-Wechsler algorithm.","version":"1.0.0","latest":"1.0.0","versions":["1.0.0"],"license":"MIT","licenseRating":"safe","licenseCaveats":[],"licenseVerified":true,"dependencies":{},"integrity":"779430e9f28c91c3d59be77e69e3f89cf4c4bba7330d3657a15924f0f548b7e9","likes":0,"downloads":0,"install":"forest install notsimo26/hugenumbersformatter","url":"https://forest.dev/p/roblox/notsimo26/hugenumbersformatter","files":"https://api.forest.dev/ai/package/roblox/notsimo26/hugenumbersformatter/files","readme":"# HugeNumbersFormatter\r\n\r\nLuau 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\r\n\r\n## Conway-Wechsler Algorithm\r\n\r\nIf you're interested on how the algorithm works, lookup this devforum link, i've explained everything:\r\nhttps://devforum.roblox.com/t/huge-numbers-formatter-module/4678894\r\n\r\n## Documentation\r\n\r\n- **Getting started:** https://NotSimo26.github.io/HugeNumbersFormatter/docs/intro\r\n- **Complete API:** https://NotSimo26.github.io/HugeNumbersFormatter/api\r\n","readmeTruncated":false}