When doing boolean array comparison, is there any advantage / convention to using &
in place of *
or |
in place of +
? Are these always equivalent?
(if these are in the documentation, a link would probably be an acceptable answer, but my naive search for 'numpy ampersand' and 'numpy elementwise boolean comparison' didn't yield anything relevant)