Scilab symbol
Last update : 28/12/2008

less - (<) lower than comparison

great - (<) greater than comparison

Description

logical comparison symbol

<>means "different" (same as ~=)
<means "lower than"
>means "larger than"
<=means lower than or equal to.
>=means larger than or equal to

See Also

if,  comparison,  equal,