• Parameters

    • n: number

      the number to test against

    • Optional epsilon: number = EPSILON

      an optional epsilon

    Returns boolean

    -Infinity...{false}...-epsilon...{true}...+Infinity

    Description

    the inclusive test used in intersection algorithms, returns true if the number is positive, including the epsilon between -epsilon and 0.