Adds two binary numbers. (x + y)
binAdd(x, y)
summand 1 (binary vector)
summand 2 (binary vector)
The sum of x and y. Returns a binary vector.
Little-Endian and unsigned is not supported at the moment. No floating point supported. if x or y is signed the return value will also be signed.
base::as.logical , base::is.logical, base::raw