FR/Documentation/Calc: Fonctions mathématiques
From Apache OpenOffice Wiki
< FR | Documentation
Liste des fonctions mathématiques Calc
| Trigonométriques | |
| COS | Renvoie le cosinus d'un angle. |
| SIN | Renvoie le sinus d'un angle. |
| TAN | Renvoie la tangente d'un angle. |
| COT | Renvoie la cotangente d'un angle. |
| ACOS | Renvoie le cosinus inverse d'un nombre. |
| ACOT | Renvoie la cotangente inverse d'un nombre. |
| ASIN | Renvoie le sinus inverse d'un nombre. |
| ATAN | Renvoie la tangente inverse d'un nombre. |
| ATAN2 | Renvoie la tangente inverse pour des coordonnées x et y spécifiées. |
| DEGREES | Convertit des radians en degrés. |
| RADIANS | Convertit des degrés en radians. |
| PI | Renvoie la valeur de PI. |
| Hyperboliques | |
| COSH | Renvoie le cosinus hyperbolique d'un angle. |
| SINH | Renvoie le sinus hyperbolique d'un angle. |
| TANH | Renvoie la tangente hyperbolique d'un angle. |
| COTH | Renvoie la cotangente hyperbolique d'un nombre donné (angle). |
| ACOSH | Renvoie le cosinus hyperbolique inverse d'un nombre. |
| ACOTH | Renvoie la cotangente hyperbolique inverse du nombre donné. |
| ASINH | Renvoie le sinus hyperbolique inverse d'un nombre. |
| ATANH | Renvoie la tangente hyperbolique inverse d'un nombre. |
| Arrondis et restes | |
| TRONQUE | Tronque un nombre en lui enlevant les chiffres décimaux. |
| ARRONDI | Arrondi un nombre à une certaine précision. |
| ARRONDI.INF | Arrondi un nombre en tendant vers zéro, à une certaine précision. |
| ARRONDI.SUP | Arrondi un nombre, en s'éloigant de zéro, à une certaine précision. |
| PLAFOND | Renvoie un nombre arrondi au multiple supérieur d'un autre nombre. |
| PLANCHER | Arrondi un nombre au multiple inférieur le plus proche d'un autre nombre. |
| PAIR | Arrondi un nombre au plus proche nombre entier pair en s'éloignant de zéro. |
| IMPAIR | Arrondi un nombre au plus proche nombre entier impair supérieur. |
| ARRONDI.AU.MULTIPLE | Renvoie un nombre arrondi au plus proche multiple d'un autre nombre. |
| INT | Rounds a number down to the nearest integer. |
| QUOTIENT | Returns the integer result of a division operation. |
| MOD | Returns the remainder when one integer is divided by another. |
| Logarithm / powers | |
| EXP | Returns e raised to the power of a number. |
| POWER | Returns a number raised to a power. |
| LOG | Returns the natural logarithm of a number. |
| LN | Returns the logarithm of a number to the specified base. |
| LOG10 | Returns the base-10 logarithm of a number. |
| Bessel functions | |
| BESSELI | Calculates the modified Bessel function of the first kind. |
| BESSELJ | Calculates the Bessel function of the first kind. |
| BESSELK | Calculates the modified Bessel function of the second kind. |
| BESSELY | Calculates the Bessel function of the second kind (the Neumann or Weber function). |
| Miscellaneous | |
| ABS | Returns the absolute value of a number. |
| COMBIN | Returns the number of combinations of a subset of items. |
| COMBINA | Returns the number of ordered combinations of a subset of items. |
| CONVERT | Converts between legacy European currencies and Euros. |
| CONVERT_ADD | Converts a number from one measurement system to another. |
| COUNTBLANK | Returns the number of empty cells. |
| COUNTIF | Counts the number of cells in a range that meet a specified condition. |
| DELTA | Returns 1 if two numbers are equal, and 0 otherwise. |
| ERF | Calculates the error function (Gauss error function). |
| ERFC | Calculates the complementary error function (complementary Gauss error function). |
| FACT | Returns the factorial of a number, n!. |
| FACTDOUBLE | Returns the double factorial of a number, n!!. |
| GCD | Returns the greatest common divisor of two or more integers. |
| GCD_ADD | Returns the greatest common divisor of a list of numbers. |
| GESTEP | Returns 1 if a number is greater than or equal to a step number, or 0 otherwise. |
| ISEVEN | Returns TRUE if the value is an even number. |
| ISODD | Returns TRUE if the value is an odd number. |
| LCM | Returns the least common multiple of one or more integers. |
| LCM_ADD | Returns the lowest common multiple of a list of numbers. |
| MULTINOMIAL | Returns the factorial of the sum divided by the product of the factorials. |
| PRODUCT | Multiplies all the numbers given as arguments and returns the product. |
| RAND | Returns a random number between 0 and 1. |
| RANDBETWEEN | Returns an integer random number in a specified range. |
| SERIESSUM | Sums the first terms of a power series. |
| SIGN | Returns the sign of a number. |
| SQRT | Returns the positive square root of a number. |
| SQRTPI | Returns the square root of (PI times a number). |
| SUBTOTAL | Returns SUM, AVERAGE, STDDEV, etc. results for filtered data. |
| SUM | Sums the contents of cells. |
| SUMIF | Conditionally sums the contents of cells in a range. |
| SUMSQ | Returns the sum of the squares of numbers. |