Exp
Calculates the exponent whose base is e that represents a number.
Method Signature
Arguments
Argument
Type
Required
Description
Default
number
numeric
true
The number to calculate the exponent for.
Examples
exponent of 1.13140211149
The result could vary depending on if the server is running windows or linux. On a windows box the result will be round to 3.1
Result: 3.099999999991346707809724952544356
Additional Examples
Related
Last updated
Was this helpful?