Skip to content

Commit 853e9e4

Browse files
author
BlocksecPHD
committed
Add test for exact googol (10**100) in intword
1 parent 92b4117 commit 853e9e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_number.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def test_intword_powers() -> None:
122122
([2e100], "2.0 googol"),
123123
([None], "None"),
124124
(["1230000", "%0.2f"], "1.23 million"),
125+
([10**100], "1.0 googol"),
125126
([10**101], "10.0 googol"),
126127
([math.nan], "NaN"),
127128
([math.inf], "+Inf"),

0 commit comments

Comments
 (0)