Navigation

Operators and Keywords

Function List:

C++ API

: z = not (x)

Return the logical NOT of x.

This function is equivalent to the operator syntax ! x.

See also: and, or, xor.

Package: octave