DE/Math
		
		
		
		Jump to navigation
		Jump to search
		
Math ist eine integrierte Lua-Bibliothek, welche mathematische Funktionen und Konstanten beinhaltet. Diese können in MTA verwendet werden.
- math.abs
 - math.acos
 - math.asin
 - math.atan
 - math.atan2
 - math.ceil
 - math.cos
 - math.cosh
 - math.deg
 - math.exp
 - math.floor
 - math.fmod
 - math.frexp
 - math.huge (constant)
 - math.ldexp
 - math.log
 - math.log10
 - math.max
 - math.min
 - math.modf
 - math.pi (constant)
 - math.pow
 - math.rad
 - math.random
 - math.randomseed
 - math.sin
 - math.sinh
 - math.sqrt
 - math.tanh
 - math.tan