Next: 3.1.2 Loops
Up: 3.1 Programming Tools
Previous: 3.1 Programming Tools
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.
| == or = |
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.
Next: 3.1.2 Loops
Up: 3.1 Programming Tools
Previous: 3.1 Programming Tools
Scilab Group