humanize icon indicating copy to clipboard operation
humanize copied to clipboard

Feature request: Support for numbers above a googol

Open NavisGames opened this issue 2 years ago • 4 comments

Numbers beyond a googol have 303 or more zeros.

More information can be found at https://sites.google.com/site/mrreganmathematics/place-values-after-million

Currently, the python-humanize library only supports numbers up to a googol.

It would be useful to add support for larger numbers like centillion and googolplex, even if they are not commonly used, just for theavailability.

Additionally, there may be other numbers beyond decillion, such as undecillion, but im not sure.

NavisGames avatar Jan 29 '23 14:01 NavisGames

also thanks for the new version of python-humanize!

NavisGames avatar Jan 29 '23 14:01 NavisGames

Small Bump ;)

NavisGames avatar Jul 15 '23 14:07 NavisGames

If I remember from last time) https://github.com/python-humanize/humanize/pull/87), there might need to be some more refactoring to do this, and there's such a gigantic jump up to googol, I'm not sure how common this would be.

Anyway, I'd be open to reviewing a pull request for this.

hugovk avatar Jul 17 '23 10:07 hugovk

Okay I understand! And sorry for the Bump ;)

NavisGames avatar Jul 18 '23 16:07 NavisGames