Function isWhole

  • Checks if an interval is a whole interval, that is an interval which covers all the real numbers i.e. when x.lo === -Infinity and x.hi === Infinity

    Example

    Interval.isWhole(
    Interval.WHOLE
    ) // true

    Returns

    Parameters

    • i: IInterval

    Returns boolean

Generated using TypeDoc