Description Usage Arguments Value Examples
Takes two integers and adds their bits modulus two. The resulting string of bits represents an integer, that value of which is the output.
1 | addmod2(x,a)
|
x |
integer |
a |
integer |
Integer resulting from the bit-wise addition of two number modulus 2
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.