Update Math authored by Phillip's avatar Phillip
Operators Operators
----------- -----------
...@@ -27,7 +26,7 @@ Functions ...@@ -27,7 +26,7 @@ Functions
| cosine | cos(x) | | cosine | cos(x) |
| hyperbolic cosecant | csch(x) | | hyperbolic cosecant | csch(x) |
| euler's number raised to the power (e^x) | exp(x) | | euler's number raised to the power (e^x) | exp(x) |
| nearest lower intege | floor(x) | | nearest lower integer | floor(x) |
| logarithmus naturalis (base e | log(x) | | logarithmus naturalis (base e | log(x) |
| logarithm to base 2 | log2(x) | | logarithm to base 2 | log2(x) |
| logarithm to base 10 | log10(x) | | logarithm to base 10 | log10(x) |
...@@ -47,4 +46,4 @@ Functions ...@@ -47,4 +46,4 @@ Functions
| 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) | | random with limits | random(min, max) |
NOTE: You can request to add more operators and functions using by making a suggestion ticket in our [issues page](https://git.mythiccraft.io/mythiccraft/MythicMobs/-/issues) NOTE: You can request to add more operators and functions using by making a suggestion ticket in our [issues page](https://git.mythiccraft.io/mythiccraft/MythicMobs/-/issues)
\ No newline at end of file