EXP

EXP(number)

Returns the exponential number raised to a particular power.

numberThe number to use as the exponent applied to the base e.

REMARKS
* The "e" number raised to a particular power is the inverse of the LN function.
* The constant "e" equals 2.71828182845904, the base of the natural logarithm.
* To calculate powers of other bases, use the exponentiation operator (^).
* You can use the IMEXP function to return the exponential of a complex number.
* For the Microsoft documentation refer to support.microsoft.com
* For the Google documentation refer to support.google.com

 A
1=EXP(1) = 2.7183
2=EXP(2) = 7.3891
3=EXP(-1) = 0.3679
4=EXP(LN(3)) = 3
5=EXP(LN("3")) = 3
6=EXP(LN("3.67")) = 4
7=EXP("some text") = #VALUE!


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top