Difference between revisions of "Large Numbers"

From Bacterial Takeover
Jump to: navigation, search
Line 116: Line 116:
 
|-
 
|-
  
 +
|aa
 +
|<nowiki>-</nowiki>
 +
|54
 +
|1E+54
 +
|-
 +
 +
|bb
 +
|<nowiki>-</nowiki>
 +
|57
 +
|1E+57
 +
|-
 +
 +
|cc
 +
|<nowiki>-</nowiki>
 +
|60
 +
|1E+60
 +
|-
 +
 +
|dd
 +
|<nowiki>-</nowiki>
 +
|63
 +
|1E+63
 +
|-
 +
 +
|ee
 +
|<nowiki>-</nowiki>
 +
|66
 +
|1E+66
 +
|-
 +
 +
|ff
 +
|<nowiki>-</nowiki>
 +
|69
 +
|1E+69
 +
|-
 +
 +
|gg
 +
|<nowiki>-</nowiki>
 +
|72
 +
|1E+72
 +
|-
 +
 +
|hh
 +
|<nowiki>-</nowiki>
 +
|75
 +
|1E+75
 +
|-
 +
 +
|ii
 +
|<nowiki>-</nowiki>
 +
|78
 +
|1E+78
 +
|-
 +
 +
|jj
 +
|<nowiki>-</nowiki>
 +
|81
 +
|1E+81
 +
|-
 +
 +
|kk
 +
|<nowiki>-</nowiki>
 +
|84
 +
|1E+84
 +
|-
 +
 +
|ll
 +
|<nowiki>-</nowiki>
 +
|87
 +
|1E+87
 +
|-
 +
 +
|mm
 +
|<nowiki>-</nowiki>
 +
|90
 +
|1E+90
 +
|-
 +
 +
|nn
 +
|<nowiki>-</nowiki>
 +
|93
 +
|1E+93
 +
|-
 +
 +
|oo
 +
|<nowiki>-</nowiki>
 +
|96
 +
|1E+96
 +
|-
 +
 +
|pp
 +
|<nowiki>-</nowiki>
 +
|99
 +
|1E+99
 +
|-
 +
 +
|qq
 +
|<nowiki>-</nowiki>
 +
|102
 +
|1E+102
 +
|-
 +
 +
|rr
 +
|<nowiki>-</nowiki>
 +
|105
 +
|1E+105
 +
|-
 +
 +
|ss
 +
|<nowiki>-</nowiki>
 +
|108
 +
|1E+108
 +
|-
 +
 +
|tt
 +
|<nowiki>-</nowiki>
 +
|111
 +
|1E+111
 +
|-
 +
 +
|uu
 +
|<nowiki>-</nowiki>
 +
|114
 +
|1E+114
 +
|-
 +
 +
|vv
 +
|<nowiki>-</nowiki>
 +
|117
 +
|1E+117
 +
|-
 +
 +
|ww
 +
|<nowiki>-</nowiki>
 +
|120
 +
|1E+120
 +
|-
 +
 +
|xx
 +
|<nowiki>-</nowiki>
 +
|123
 +
|1E+123
 +
|-
 +
 +
|yy
 +
|<nowiki>-</nowiki>
 +
|126
 +
|1E+126
 +
|-
 +
 +
|zz
 +
|<nowiki>-</nowiki>
 +
|129
 +
|1E+129
 +
|-
 
|}
 
|}
  

Revision as of 12:52, 7 December 2017

Many of the resources and stats can quickly reach very large numbers, most notably Bacteria count and planet population.

By default, all numbers bigger than hundred are displayed using the abbreviations shown in the table below.

It is also possible to enable scientific notation in the Settings menu, which will change how the numbers are displayed in game.

Abbreviation Name Number of 0s Scientific Notation
K Thousand 3 1E+3
Mil Million 6 1E+6
Bil Billion 9 1E+9
Tril Trillion 12 1E+12
Qa Quadrillion 15 1E+15
Qi Quintillion 18 1E+18
Sx Sextillion 21 1E+21
Sp Septillion 24 1E+24
Oct Octillion 27 1E+27
No Nonillion 30 1E+30
Dc Decillion 33 1E+33
Udc Undecillion 36 1E+36
Ddc Duodecillion 39 1E+39
Tdc Tredecillion 42 1E+42
Qadc Quattuordecillion 45 1E+45
Qidc Quinquadecillion 48 1E+48
Sxdc Sedecillion 51 1E+51
aa - 54 1E+54
bb - 57 1E+57
cc - 60 1E+60
dd - 63 1E+63
ee - 66 1E+66
ff - 69 1E+69
gg - 72 1E+72
hh - 75 1E+75
ii - 78 1E+78
jj - 81 1E+81
kk - 84 1E+84
ll - 87 1E+87
mm - 90 1E+90
nn - 93 1E+93
oo - 96 1E+96
pp - 99 1E+99
qq - 102 1E+102
rr - 105 1E+105
ss - 108 1E+108
tt - 111 1E+111
uu - 114 1E+114
vv - 117 1E+117
ww - 120 1E+120
xx - 123 1E+123
yy - 126 1E+126
zz - 129 1E+129

Scientific Notation

Scientific notation is a way of writing numbers that cannot be conveniently displayed using the standard decimal system.

Bacterial Takeover employs a type of scientific notation that is called the E-notation. The E stands for exponent and shows how many zeroes a particular number has. This makes it easy to make various calculations.

Further Reading