Exp

Calculates the exponent whose base is e that represents a number.

Method Signature

Exp(number=[numeric])

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

Run Example

exp( 1.13140211149 );

Result: 3.099999999991346707809724952544356

Additional Examples

<bx:output>#exp( 10 )#</bx:output>

Last updated

Was this helpful?