Question 1093585
.
This signs are the inequality signs.


They are not endpoints as you call them.



<pre>
">="  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.
</pre>