Group: | Operators |
See also: | || && |
Function: | ! | |
Description: |
! is a operator for elementwise logical operation (not).
|
Usage: | z = ! x | |
Input: | ||
x | array | |
Output: | ||
z | array |
(! (#(4,3,2) < 4))'
Contents of _tmp [1,] 1 0 0
Group: | Operators |
See also: | || && |