Negates the binary number x. Negation x -> -x or -x -> x
Usage
negate(x)
Arguments
x
The number to be negated. A binary vector is expected.
Value
The negated number of x. Returns a binary vector with signed=TRUE
Details
An <U+00BB>unsigned<U+00AB> number will be returned as <U+00BB>signed<U+00AB> regardless of whether the value is negative.
No floating point supported.