| exp(x) | euler's number raised to the power (e^x) |
| floor(x) | nearest lower integer |
| log(x) | logarithmus naturalis (base e) |
| log2(x) | logarithm to base 2 |
| log10(x) | logarithm to base 10 |
| logb(x) | logarithm to base b |
| sec(x) | secant |
| sech(x) | hyperbolic secant |
| sin(x) | sine |
| sinh(x) | hyperbolic sine |
| sqrt(x) | square root |
| tan(x) | tangent |
| tanh(x) | hyperbolic tangent |
| signum(x) | signum of a value |
| toradian(x) | converts from degrees to radians |
| todegree(x) | converts from radians to degrees |
| min(x, y) | minimum |
| max(x, y) | maximum |
| atan2(y, x) | principal value of the arc tangent of y/x, expressed in radians |
| 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)