Skip to content
GitLab
Explore
Sign in
Register
MythicCraft
MythicMobs
Wiki
Skills
Math
You need to sign in or sign up before continuing.
Math
· Changes
Page history
added random
authored
Jul 11, 2022
by
Phillip
Show whitespace changes
Inline
Side-by-side
Skills/Math.md
View page @
70fd78be
...
@@ -17,7 +17,7 @@ Functions
...
@@ -17,7 +17,7 @@ Functions
---------
---------
| Functions | Example |
| Functions | Example |
|:----------------------------------------------------------------|:-----------:|
|:----------------------------------------------------------------|:-----------
-----
:|
| absolute value | abs(x) |
| absolute value | abs(x) |
| arc cosine | acos(x) |
| arc cosine | acos(x) |
| arc sine | asin(x) |
| arc sine | asin(x) |
...
@@ -45,3 +45,4 @@ Functions
...
@@ -45,3 +45,4 @@ Functions
| minimum | min(x, y) |
| minimum | min(x, y) |
| maximum | max(x, y) |
| maximum | max(x, y) |
| principal value of the arc tangent of y/x, expressed in radians | atan2(y, x) |
| principal value of the arc tangent of y/x, expressed in radians | atan2(y, x) |
| random with limits | random(min, max) |