Function positive

  • Computes +x (identity function)

    Link

    clone

    Example

    Interval.positive(
    Interval(1, 2)
    ) // Interval(1, 2)

    Returns

    Parameters

    Returns Interval

Generated using TypeDoc