| Acos | Arccosine, returns the angle, in radians, whose cosine is specified by the number. |
| Asin | Arcsine, returns the angle, in radians, whose sine is specified by the number. |
| Atan | Arctangent returns the angle in radians whose tangent is specified by a number. |
| Cos | Returns the trigonometric cosine of the angle, specified in radians. |
| Cot | Returns the trigonometric cotangent of the angle, specified in radians. |
| Degrees | Returns the corresponding angle in degrees for an angle specified in radians. |
| Exp | Returns e raised to the power of the given number. |
| Frac | Returns the fractional part of the number. |
| Int | Returns the integer part of a number. |
| Ln | Returns the natural (base e) logarithm of a number. |
| Log | Returns the base 10 logarithm of a number. |
| Pi | Returns the constant value of π. |
| PV | Calculates the Present Value. |
| Radians | Returns the corresponding angle in radians for an angle specified in degrees. |
| Random | Returns a random number. |
| Sin | Returns the trigonometric sine of the angle, specified in radians. |
| Sqrt | Returns the square root of a number. |
| Tan | Returns the trigonometric tangent of the angle, specified in radians. |