Returns e raised to the power of a given number.
Cette fonction fonctionne de la même façon dans Google Sheets que dans Excel — même syntaxe et mêmes arguments.
EXP(number)The EXP function calculates the value of the mathematical constant e raised to the power of the specified number. The constant e is approximately equal to 2.71828182845904, which is the base of the natural logarithm.
=EXP(1)Résultat : 2.71828182845904
Returns the value of e raised to the power of 1.
=EXP(2)Résultat : 7.38905609893065
Returns the value of e squared.
The constant e is a mathematical constant that is the base of the natural logarithm, approximately 2.71828.