Function log2

  • Computes the logarithm base 2 of x

    Example

    Interval.log10(
    Interva(1, 8)
    ) // Interval(0, 3)

    Returns

    Parameters

    Returns Interval

Generated using TypeDoc