| Item | Description |
| ACos() | Calculates the arc cosine. |
| ASin() | Calculates the arc sine. |
| ATan() | Calculates the arc tangent. |
| ATn2() | Calculates the radians of an angle from sine and cosine. |
| Ceiling() | Rounds a decimal number to the next higher integer. |
| Cos() | Calculates the cosine for an angle. |
| CosH() | Calculates the hyperbolic cosine for an angle. |
| Cot() | Calculates the cotangent. |
| DtoR() | Converts an angle from degrees to radians. |
| Fact() | Calculates the factorial of a number. |
| Floor() | Rounds a decimal number to the next lower integer. |
| Fv() | Calculates the future value of constant, periodic investments. |
| GetPrec() | Retrieves computing precision for trigonometric functions. |
| Log10() | Calculates the base 10 logarithm. |
| Payment() | Calculates a periodical payment for loans. |
| Periods() | Calculates the duration for paying back a loan at fixed interest rate and payments. |
| Pi() | Returns Pi with highest accuracy. |
| Pv() | Calculates the present value of future capital, based on periodic investments. |
| Rate() | Calculates the interest rate for a loan. |
| RtoD() | Converts angles from radians to degrees. |
| SetPrec() | Specifies the computing precision for trigonometric functions. |
| Sign() | Converts the sign of a number to a numeric value. |
| Sin() | Calculates the sine. |
| SinH() | Calculates the hyperbolic sine. |
| Tan() | Calculates the tangent. |
| TanH() | Calculates the hyperbolic tangent. |