Math: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| m (poo) | m (andere Sprache hinzugefügt) | ||
| Line 36: | Line 36: | ||
| [[Category:Scripting Concepts]] | [[Category:Scripting Concepts]] | ||
| [[de:math]] | |||
Revision as of 10:00, 21 August 2012
Math is a built-in Lua library which contains mathematical functions and constants that you can use in scripts.
- 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