What is the difference between a strict and an inclusive inequality?
< and > are strict, excluding the end value, while ⩽ and ⩾ are inclusive.
So xxx > 5 excludes 5, whereas xxx ⩾ 5 includes it.
Tap the card to flip · swipe or use the buttons to sort