Livecode Wiki
Advertisement

Returns the natural exponential of a number, minus 1.

Built-in Function handler[]

Syntax:

exp1(<number>)

Examples:

exp1(myValue)

Use the exp1 function to obtain a power of e minus 1, e^ number - 1.

The transcendental number e appears in many mathematical formulas.

Parameters:

  • number: A real number, or an expression that evaluates to a number.
  • Returns: The exp1 function returns a positive number.
Advertisement