Difference between revisions of "Math (API)"

From ComputerCraft Wiki
Jump to: navigation, search
(List of non-working functions)
Line 2: Line 2:
  
 
==List of non-working functions==
 
==List of non-working functions==
math.mod()
+
*math.mod()
math.ceil()
+
*math.ceil()
math.floor()
+
*math.floor()
 
[[Category:APIs]]
 
[[Category:APIs]]

Revision as of 23:13, 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()