exp(x)

The exp() function returns ex, where x is the argument, and e is Euler’s number (also known as Napier’s constant), the base of the natural logarithms.

Type: function

Parameter(s):

  • x {Number}:

    A number.

Returns:

  • {Number}:

    A number representing ex.