• Check if a number is inclusive between two numbers

    Parameters

    • num: number

      the number to check

    • min: number

      the minimum value (included)

    • max: number

      the maximum value (included)

    Returns boolean

    true if number is inclusive between min and max