Function ln

  • Computes the natural logarithm of x

    Example

    Interval.log(
    Interval(1, Math.exp(3))
    ) // Interval(0, 3)

    Returns

    Parameters

    Returns Interval

Generated using TypeDoc