">=" is read and means "greate or equal". For example, 8 >= 7, 3 >= 2.5, 2 >= 1 + 1. "<=" is read and means "less or equal". For example, 8 <= 9, 4 <= 2 + 3, 6 <= 4 + 2.