Function MathExpm1

  • Returns the result of (e^x - 1), which is an implementation-dependent approximation to subtracting 1 from the exponential function of x (e raised to the power of x, where e is the base of the natural logarithms).

    Parameters

    • x: number

      A numeric expression.

    Returns number

Generated using TypeDoc