Conversation
|
This is hilarious! From what I have seen so far the pr looks good, but now Also I don't think I can remotely verify if
is correct, but I'll take it :D |
|
It would still write the number in english with everything around it localized. (if it's breaking anyway, I might add localization to it now) Maybe a And for the correctness, while I doubt anyone would unironically say centillillion, https://bignumbers.fandom.com/wiki/Millillion shows, that this is somewhat used/recognized. And for more normal numbers, it matches the Wikipedia list. |
DEPENDS ON #326
This adds the ability to write out numbers up to 9.9999999...*10^3000000.
It only writes out the most significant parts.
This is a breaking change in the library as the arguments for
formatchange. To combat this in the future and make the signature less cluttered, I added aFormatOptionsstruct.This is also only in english, as of this point. There would be a lot to add to locale, otherwise.
Resolves #150