On This Page

Home / Search/ Language Reference/ Functions/ Scalar Functions/ Mathematical Functions/exp

exp ​

The exp function calculates the base-e exponential function of x, which is e raised to the power x: e^x.

Syntax ​

exp( X )

Arguments ​

  • X: A real number, value of the exponent.

Results ​

Exponential value of X.

Examples ​

This example returns 54.598:

print exp( 4 )