Returns e raised to the power of a given number.
ไวยากรณ์
EXP(number)อาร์กิวเมนต์
numberจำเป็น
The exponent applied to the base e.
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)→2.71828182845904Returns the value of e raised to the power of 1.
=EXP(2)→7.38905609893065Returns the value of e squared.
Select a cell
Click on the cell where you want to display the result.
Enter the formula
Type =EXP(number) and replace 'number' with the desired exponent or a cell reference.
The constant e is a mathematical constant that is the base of the natural logarithm, approximately 2.71828.