Difference between revisions of "Math (API)"

From ComputerCraft Wiki
Jump to: navigation, search
(retried and they work)
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:30, 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()