This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
gorge
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
9
Wiki
Activity
Browse Source
Fix septillion and sextillion being swapped
tags/v0.0.5
Fen Dweller
5 years ago
parent
5d6f201486
commit
e9f8321435
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
numbers.js
+ 2
- 2
numbers.js
View File
@@ -26,8 +26,8 @@ _numberWords = {
3: "trillion",
3: "trillion",
4: "quadrillion",
4: "quadrillion",
5: "quintillion",
5: "quintillion",
6: "se
p
tillion",
7: "se
x
tillion",
6: "se
x
tillion",
7: "se
p
tillion",
8: "octillion",
8: "octillion",
9: "nonillion",
9: "nonillion",
10: "decillion",
10: "decillion",
Write
Preview
Loading…
Cancel
Save