Description Usage Arguments Details Value Author(s) Examples
Wrapper for bitwAnd
, simply providing a binary interface.
1 | a %&% b
|
a |
boolean or numeric (integer) |
b |
boolean or numeric (integer) |
While a
or b
can be any type of atomic variable, results may be
difficult to interpret for those other than logical or integer
bitwise AND of a
and b
Benno Pütz puetz@psych.mpg.de
1 2 3 | 1 %&% 3
pi %&% 2
0.5 %&% 0.75
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.