Description Usage Arguments Value Examples
Takes two integers and takes the dot product of their binary representations. Output is the value of the dot product, modulus 2
1 | dotmod2(x,a)
|
x |
integer |
a |
integer |
Binary value resulting from the bit-wise dot product modulus 2
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.