| ACOS | Returns angle of given cosine value. | Real | Cosine value |
| ASIN | Returns the angle whose sine is the argument. | Real | Sine value |
| ATAN | Returns the angle whose tangent is the argument. | Real | Tangent value |
| ATAN2 | Returns the arctangent of the given point. | Real | X and y coordinates |
| COSH | Returns the hyperbolic cosine of an argument. | Real | Angle |
| SINH | Returns the hyperbolic sine of an argument. | Real | Angle |
| TANH | Returns the hyperbolic tangent of an argument. | Real | Angle |
| ACOSH | Returns the inverse hyperbolic cosine of an argument. | Real | Angle |
| ASINH | Returns the inverse hyperbolic sine of an argument. | Real | Angle |
| ATANH | Returns the inverse hyperbolic tangent of an argument | Real | Angle |