We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
intword()
1 parent 52609bf commit 3c577d7Copy full SHA for 3c577d7
1 file changed
tests/test_number.py
@@ -122,6 +122,7 @@ def test_intword_powers() -> None:
122
([2e100], "2.0 googol"),
123
([None], "None"),
124
(["1230000", "%0.2f"], "1.23 million"),
125
+ ([10**100], "1.0 googol"),
126
([10**101], "10.0 googol"),
127
([math.nan], "NaN"),
128
([math.inf], "+Inf"),
0 commit comments