Skip to content

Commit

Permalink
🟰 Added e+39
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Oct 19, 2024
1 parent e157179 commit 4bdd294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/dq/calculators.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def n(value):
return numerize(value, 3)

def fn(num):
suffixes = ["", "K", "M", "B", "T", "Q", "Qi", "Sx", "Sp", "Oc", "No", "Dc", "Udc"]
suffixes = ["", "K", "M", "B", "T", "Q", "Qi", "Sx", "Sp", "Oc", "Nonillion", "Decillion", "Undecillion", "Duodecillion", "Tredecillion", "Quattuordecillion", "i don't like you"]
dnum = Decimal(num)

for i, suffix in enumerate(suffixes):
Expand Down

0 comments on commit 4bdd294

Please sign in to comment.