DE/Math: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Math ist eine integrierte Lua-Bibliothek, welche mathematische Funktionen und Konstanten beinhaltet. Diese können in MTA verwendet werden. | '''Math''' ist eine integrierte Lua-Bibliothek, welche mathematische Funktionen und Konstanten beinhaltet. Diese können in MTA verwendet werden.<br /> | ||
''Beinahe alle in Deutsch!'' | |||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.abs math.abs] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.acos math.acos] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.asin math.asin] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.atan math.atan] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.atan2 math.atan2] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.ceil math.ceil] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.cos math.cos] | ||
* [http://www.lua.org/manual/5.1/manual.html#pdf-math.cosh math.cosh] | * [http://www.lua.org/manual/5.1/manual.html#pdf-math.cosh math.cosh (EN)] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.deg math.deg] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.exp math.exp] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.floor math.floor] | ||
* [http://www.lua.org/manual/5.1/manual.html#pdf-math.fmod math.fmod] | * [http://www.lua.org/manual/5.1/manual.html#pdf-math.fmod math.fmod (EN)] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.frexp math.frexp] | ||
* [http://www.lua.org/manual/5.1/manual.html#pdf-math.huge math.huge] (constant) | * [http://www.lua.org/manual/5.1/manual.html#pdf-math.huge math.huge (EN)] (constant) | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.ldexp math.ldexp] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.log math.log] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.log10 math.log10] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.max math.max] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.min math.min] | ||
* [http://www.lua.org/manual/5.1/manual.html#pdf-math.modf math.modf] | * [http://www.lua.org/manual/5.1/manual.html#pdf-math.modf math.modf (EN)] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.pi math.pi] (constant) | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.pow math.pow] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.rad math.rad] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.random math.random] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.randomseed math.randomseed] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.sin math.sin] | ||
* [http://www.lua.org/manual/5.1/manual.html#pdf-math.sinh math.sinh] | * [http://www.lua.org/manual/5.1/manual.html#pdf-math.sinh math.sinh (EN)] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.sqrt math.sqrt] | ||
* [http://www.lua.org/manual/5.1/manual.html#pdf-math.tanh math.tanh] | * [http://www.lua.org/manual/5.1/manual.html#pdf-math.tanh math.tanh (EN)] | ||
* [http:// | * [http://lua.gts-stolberg.de/math.php#math.tan math.tan] | ||
==Siehe auch== | ==Siehe auch== | ||
Line 37: | Line 38: | ||
[[Category:DE/Skripting Konzepte]] | [[Category:DE/Skripting Konzepte]] | ||
[[en: | [[ar:Math]] | ||
[[de:Math]] | |||
[[en:Math]] |
Latest revision as of 17:58, 21 February 2021
Math ist eine integrierte Lua-Bibliothek, welche mathematische Funktionen und Konstanten beinhaltet. Diese können in MTA verwendet werden.
Beinahe alle in Deutsch!
- math.abs
- math.acos
- math.asin
- math.atan
- math.atan2
- math.ceil
- math.cos
- math.cosh (EN)
- math.deg
- math.exp
- math.floor
- math.fmod (EN)
- math.frexp
- math.huge (EN) (constant)
- math.ldexp
- math.log
- math.log10
- math.max
- math.min
- math.modf (EN)
- math.pi (constant)
- math.pow
- math.rad
- math.random
- math.randomseed
- math.sin
- math.sinh (EN)
- math.sqrt
- math.tanh (EN)
- math.tan