Abbreviate Large Numbers |
||
Shortens large numbers into an abbreviated form [More] |
To download this library for your Linux/Mac installation, enter this on your command line:
DreamDownload byond://PopLava.AbbreviateLargeNumbers##version=1 Emulator users, in the BYOND pager go to File | Open Location and enter this URL:byond://PopLava.AbbreviateLargeNumbers##version=1 |
Copyright © 2025 BYOND Software.
All rights reserved.
Ugh, this library is horrendously slow. They took the easy way out and used strings IIRC, but other than ease just about every other aspect of using strings for numbers is an incredibly bad choice.
I have a WIP big numbers library on Github here which is many times faster than any similar library on BYOND, but I don't have division programmed yet so there's no good way to get to a base representation that isn't a power of 2 (binary, quaternary, octal, hexadecimal, etc.). If I ever get around to finishing it up to some reasonable level I'll give you a head's up.