| BESSELI* | The Bessel function evaluated for purely imaginary arguments. |
| BESSELJ* | The modified Bessel function represented by J(x). |
| BESSELK* | The modified Bessel function represented by K(x). |
| BESSELY* | The modified Bessel function represented by Y(x). |
| BIN2DEC* | The number converted from binary to decimal. |
| BIN2HEX* | The number converted from binary to hexadecimal. |
| BIN2OCT* | The number converted from binary to octal. |
| COMPLEX* | The complex number given real and imaginary coefficients. |
| CONVERT* | The number in one measurement system converted to another. |
| DEC2BIN* | The number converted from decimal to binary. |
| DEC2HEX* | The number converted from decimal to hexadecimal. |
| DEC2OCT* | The number converted from decimal to octal. |
| DELTA* | The numerical value indicating if two numbers are equal. |
| ERF* | The error function integrated between two limits. |
| ERFC* | The complementary ERF function integrated between x and infinity. |
| GESTEP* | The boolean value depending if the number is greater than a threshold value. |
| HEX2BIN* | The number converted from hexadecimal to binary. |
| HEX2DEC* | The number converted from hexadecimal to decimal. |
| HEX2OCT* | The number converted from hexadecimal to octal. |
| IMABS* | The absolute value (modulus) of a complex number. |
| IMAGINARY* | The imaginary coefficient of a complex number. |
| IMARGUMENT* | The theta argument (an angle in radians). |
| IMCONJUGATE* | The complex conjugate of a complex number. |
| IMCOS* | The cosine of a complex number. |
| IMDIV* | The quotient of two complex numbers. |
| IMEXP* | The exponential of a complex number. |
| IMLN* | The natural logarithm of a complex number. |
| IMLOG10* | The base-10 logarithm of a complex number. |
| IMLOG2* | The base-2 logarithm of a complex number. |
| IMPOWER* | The complex number raised to an integer number. |
| IMPRODUCT* | The product of two or more complex numbers. |
| IMREAL* | The real coefficient of a complex number. |
| IMSIN* | The sine of a complex number. |
| IMSQRT* | The square root of a complex number. |
| IMSUB* | The difference of two complex numbers. |
| IMSUM* | The sum of two or more complex numbers. |
| OCT2BIN* | The number converted from octal to a binary. |
| OCT2DEC* | The number converted from octal to decimal. |
| OCT2HEX* | The number converted from octal to hexadecimal. |