15 Comparison and Boolean Operators
These operators work on an element-by-element basis. Both arguments are always evaluated.
| octave | description |
|---|---|
< <= == >= > |
realation operators |
!= ~= |
not equal to |
& |
logical AND |
| |
logical OR |
! ~ |
logical NOT |