EXP

The EXP function returns the number e raised to the power given as an argument.

Syntax

EXP(
    number
)

Parameters
  • number: Power to raise the number e.
Returned value

The EXP function returns a real number.

Additional Information

The number e is approximated by the value 2.71828182845904. To calculate powers of other numbers, use the POWER function or the ^ operator.

Examples

EXP function. Example of use

Related functions
Category
Mathematical and trigonometric
Submitted by admin on Tue, 12/04/2018 - 12:44