Operators and Keywords
Function List:
C++ API
Return the logical NOT of x.
This function is equivalent to the operator syntax ! x.
! x
See also: and, or, xor.
Package: octave