The documentation is out of date

This will need over a week of work, which in real time will require
several weeks of work.
This commit is contained in:
Kayne Ruse
2014-04-21 23:20:56 +10:00
parent bc075c20ad
commit cf1d0e878e
5 changed files with 4 additions and 91 deletions
+2
View File
@@ -1,3 +1,5 @@
--NOTE: I don't actually remember what this is
function CalcExp(base, mod, level)
return math.floor(base * mod ^ level)
end