Returns e raised to the specified power.
exp( power )
power: (Decimal) The power to raise e to.
Decimal
You can experiment with this function in the test box below.
Test Input
TEST
Test Output
exp(2) returns 7.389056
exp(2)
7.389056
On This Page