Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Meaning of function with circle and cross

Writer Andrew Henderson
$\begingroup$

I've seen this function M2 = tmp ⊕ Pi. What does the circle with cross do?

$\endgroup$ 3

2 Answers

$\begingroup$

In logic and CompSci, $\oplus$ is used to denote the "exclusive or" or "XOR": $\quad x \lor y \land \lnot(x \land y)$.

In set theory, $\oplus$ denotes the disjoint union.

In linear algebra/vector analysis, it's used to denote the direct sum of two vector spaces.

It's also used to denote parity: see P Parity.


Clearly, the context in which it's used is crucial.


In $LaTeX$: use \oplus.

$\endgroup$ 0 $\begingroup$

$\oplus$ is often used for Directed Sum.

In Computer Science(especially cryptography), $\oplus$ usually means XOR, or bitwise addition.

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy