| euler's number raised to the power (e^x) | exp(x) |
| exp(x) | euler's number raised to the power (e^x) |
| nearest lower integer | floor(x) |
| floor(x) | nearest lower integer |
| logarithmus naturalis (base e) | log(x) |
| log(x) | logarithmus naturalis (base e) |
| logarithm to base 2 | log2(x) |
| log2(x) | logarithm to base 2 |
| logarithm to base 10 | log10(x) |
| log10(x) | logarithm to base 10 |
| logarithm to base b | logb(x) |
| logb(x) | logarithm to base b |
| secant | sec(x) |
| sec(x) | secant |
| hyperbolic secant | sech(x) |
| sech(x) | hyperbolic secant |
| sine | sin(x) |
| sin(x) | sine |
| hyperbolic sine | sinh(x) |
| sinh(x) | hyperbolic sine |
| square root | sqrt(x) |
| sqrt(x) | square root |
| tangent | tan(x) |
| tan(x) | tangent |
| hyperbolic tangent | tanh(x) |
| tanh(x) | hyperbolic tangent |
| signum of a value | signum(x) |
| signum(x) | signum of a value |
| converts from degrees to radians | toradian(x) |
| toradian(x) | converts from degrees to radians |
| converts from radians to degrees | todegree(x) |
| todegree(x) | converts from radians to degrees |
| minimum | min(x, y) |
| min(x, y) | minimum |
| maximum | max(x, y) |
| max(x, y) | maximum |
| principal value of the arc tangent of y/x, expressed in radians | atan2(y, x) |
| atan2(y, x) | principal value of the arc tangent of y/x, expressed in radians |
| random with limits | random(min, max) |
| random(min, max) | random with limits |
NOTE: You can request to add more operators and functions 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 by making a suggestion ticket in our [issues page](https://git.mythiccraft.io/mythiccraft/MythicMobs/-/issues)