Function exp

  • Computes e^x where e is the mathematical constant equal to the base of the natural logarithm

    Example

    Interval.exp(
    Interval(-1, 1)
    ) // Interval(0.3679, 2.7183)

    Returns

    Parameters

    Returns Interval

Generated using TypeDoc