Difference between revisions of "Math (API)"
From ComputerCraft Wiki
(Undo revision 1827 by 37.59.80.67 (talk)) |
(→List of non-working functions) |
||
Line 3: | Line 3: | ||
==List of non-working functions== | ==List of non-working functions== | ||
math.mod() | math.mod() | ||
+ | math.ceil() | ||
+ | math.floor() | ||
[[Category:APIs]] | [[Category:APIs]] |
Revision as of 23:11, 29 August 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() math.ceil() math.floor()