Difference between revisions of "Math (API)"
From ComputerCraft Wiki
(retried and they work) |
(→List of non-working functions) |
||
Line 2: | Line 2: | ||
==List of non-working functions== | ==List of non-working functions== | ||
− | *math.mod() | + | *math.mod() -- Correct function is math.fmod()as in referenced guide, someone please roll back this history to before the previous post. |
[[Category:APIs]] | [[Category:APIs]] |
Revision as of 21:31, 29 September 2012
Math is a default Lua 5.1 API defined here. Please list any non-working functions below.
List of non-working functions
- math.mod() -- Correct function is math.fmod()as in referenced guide, someone please roll back this history to before the previous post.