Function log10

  • Computes the logarithm base 10 of x

    Example

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

    Returns

    Parameters

    Returns Interval

Generated using TypeDoc