3.1.1 Comparison Operators

There exist five methods for making comparisons between the values of data objects in Scilab. These comparisons are listed in the following table.

== equal to
< smaller than
> greater than
<= smaller or equal to
>= greater or equal to
<> or ~= not equal to

These comparison operators are used for evaluation of conditionals.