Exp
Last updated
Was this helpful?
Calculates the exponent whose base is e that represents a number.
Exp(number=[numeric])number
numeric
true
The number to calculate the exponent for.
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
exp( 1.13140211149 );
Result: 3.099999999991346707809724952544356
<bx:output>#exp( 10 )#</bx:output>Last updated
Was this helpful?
Was this helpful?
