| Functions in English | Functions in French | Description of Function |
|---|
| BESSELI | BESSELI | Returns the modified Bessel function In(x). |
| BESSELJ | BESSELJ | Returns the Bessel function Jn(x). |
| BESSELK | BESSELK | Returns the modified Bessel function Kn(x). |
| BESSELY | BESSELY | Returns the Bessel function Yn(x). |
| BIN2DEC | BINDEC | Converts a binary number to decimal. |
| BIN2HEX | BINHEX | Converts a binary number to hexadecimal. |
| BIN2OCT | BINOCT | Converts a binary number to octal. |
| BITAND | BITET | Returns a "Bitwise And" of two numbers (2013). |
| BITLSHIFT | BITDECALG | Returns a value number shifted left by shift_amount bits (2013). |
| BITRSHIFT | BITDECALD | Returns a value number shifted right by shift_amount bits (2013). |
| BITOR | BITOU | Returns a bitwise OR of 2 numbers (2013). |
| BITXOR | BITOUEXCLUSIF | Returns a bitwise "Exclusive Or" of two numbers (2013). |
| COMPLEX | COMPLEXE | Converts real and imaginary coefficients into a complex number. |
| CONVERT | CONVERT | Converts a number from one measurement system to another. |
| DEC2BIN | DECBIN | Converts a decimal number to binary. |
| DEC2HEX | DECHEX | Converts a decimal number to hexadecimal. |
| DEC2OCT | DECOCT | Converts a decimal number to octal. |
| DELTA | DELTA | Tests whether two values are equal. |
| Functions in English | Functions in French | Description of Function |
|---|
| ERF | ERF | Returns the error function. |
| ERF.PRECISE | ERF.PRECIS | Returns the error function. |
| ERFC | ERFC | Returns the complementary error function. |
| ERFC.PRECISE | ERFC.PRECIS | Returns the complementary ERF function integrated between x and infinity. |
| GESTEP | SUP.SEUIL | Tests whether a number is greater than a threshold value. |
| HEX2BIN | HEXBIN | Converts a hexadecimal number to binary. |
| HEX2DEC | HEXDEC | Converts a hexadecimal number to decimal. |
| HEX2OCT | HEXOCT | Converts a hexadecimal number to octal. |
| IMABS | COMPLEXE.MODULE | Returns the absolute value (modulus) of a complex number. |
| IMAGINARY | COMPLEXE.IMAGINAIRE | Returns the imaginary coefficient of a complex number. |
| IMARGUMENT | COMPLEXE.ARGUMENT | Returns the argument theta, an angle expressed in radians. |
| IMCONJUGATE | COMPLEXE.CONJUGUE | Returns the complex conjugate of a complex number. |
| IMCOS | COMPLEXE.COS | Returns the cosine of a complex number. |
| IMCOSH | COMPLEXE.COSH | Returns the hyperbolic cosine of a complex number (2013). |
| IMCOT | COMPLEXE.COT | Returns the cotangent of a complex number (2013). |
| IMCSC | COMPLEXE.CSC | Returns the cosecant of a complex number (2013). |
| IMCSCH | COMPLEXE.CSCH | Returns the hyperbolic cosecant of a complex number (2013). |
| IMDIV | COMPLEXE.DIV | Returns the quotient of two complex numbers. |
| IMEXP | COMPLEXE.EXP | Returns the exponential of a complex number. |
| IMLN | COMPLEXE.LN | Returns the natural logarithm of a complex number. |
| IMLOG10 | COMPLEXE.LOG10 | Returns the base-10 logarithm of a complex number. |
| IMLOG2 | COMPLEXE.LOG2 | Returns the base-2 logarithm of a complex number. |
| IMPOWER | COMPLEXE.PUISSANCE | Returns a complex number raised to an integer power. |
| IMPRODUCT | COMPLEXE.PRODUIT | Returns the product of from 2 to 255 complex numbers. |
| IMREAL | COMPLEXE.REEL | Returns the real coefficient of a complex number. |
| IMSEC | COMPLEXE.SEC | Returns the secant of a complex number (2013). |
| IMSECH | COMPLEXE.SECH | Returns the hyperbolic secant of a complex number (2013). |
| IMSIN | COMPLEXE.SIN | Returns the sine of a complex number. |
| IMSINH | COMPLEXE.SINH | Returns the hyperbolic sine of a complex number (2013). |
| IMSQRT | COMPLEXE.RACINE | Returns the square root of a complex number. |
| IMSUB | COMPLEXE.DIFFERENCE | Returns the difference between two complex numbers. |
| IMSUM | COMPLEXE.SOMME | Returns the sum of complex numbers. |
| IMTAN | COMPLEXE.TAN | Returns the tangent of a complex number (2013). |
| OCT2BIN | OCTBIN | Converts an octal number to binary. |
| OCT2DEC | OCTDEC | Converts an octal number to decimal. |
| OCT2HEX | OCTHEX | Converts an octal number to hexadecimal. |