Method
Exp
Description
Returns "e" to the power of the value specified.
Usage
result = Exp(value)
Part |
Type |
Description |
---|---|---|
result |
The exponential of value. |
|
value |
The value you want the exponential of. |
Notes
The Exp function returns "e" to the power of the value passed to it.
Sample code
This example uses the Exp function to return the exponential of a number.
Var d As Double
d = Exp(10) ' returns 22026.4657948
Compatibility
All project types on all supported operating systems.