The Numbers Module is used to define number constants that are used in the CÆSAR Code Package.
Numbers Module public parameters:
Numbers 0-9 | |||
zero | 0 | ||
one | 1 | ||
two | 2 | ||
three | 3 | ||
four | 4 | ||
five | 5 | ||
six | 6 | ||
seven | 7 | ||
eight | 8 | ||
nine | 9 | ||
Numbers 10-19 | |||
ten | 10 | ||
eleven | 11 | ||
twelve | 12 | ||
thirteen | 13 | ||
fourteen | 14 | ||
fifteen | 15 | ||
sixteen | 16 | ||
seventeen | 17 | ||
eighteen | 18 | ||
nineteen | 19 | ||
Numbers 20-100, by tens | |||
twenty | 20 | ||
thirty | 30 | ||
forty | 40 | ||
fifty | 50 | ||
sixty | 60 | ||
seventy | 70 | ||
eighty | 80 | ||
ninety | 90 | ||
hundred | 100 | ||
Fractions | |||
half | |||
third | |||
fourth | |||
fifth | |||
sixth | |||
seventh | |||
eighth | |||
ninth | |||
tenth | |||
Forms of pi | |||
pi | |||
sqrtpi | |||
invpi | |||
pisqr | |||
fourthirdspi | |||
twopi | 2 | ||
threepi | 3 | ||
fourpi | 4 | ||
halfpi | |||
thirdpi | |||
fourthpi | |||
sqrtfourpi | 19#1 | ||
Decimal multipliers | |||
deca | 101 | ||
hecto | 102 | ||
kilo | 103 | ||
mega | 106 | ||
giga | 109 | ||
tera | 1012 | ||
peta | 1015 | ||
exa | 1018 | ||
zetta | 1021 | ||
yotta | 1024 | ||
deci | 10-1 | ||
centi | 10-2 | ||
milli | 10-3 | ||
micro | 10-6 | ||
nano | 10-9 | ||
pico | 10-12 | ||
femto | 10-15 | ||
atto | 10-18 | ||
zepto | 10-21 | ||
yocto | 10-24 |
The Numbers Module code listing contains additional documentation.
Michael L. Hall