I'm trying to display a caret (^) in math mode in LaTeX to represent the exclusive or operation implemented in the "C languages". By default, ^ is for creating a superscript in math mode. The closest I can seem to get is by using \wedge, which isn't the same.
feedback
|
|
You might want to use the common symbol for exclusive or instead, \oplus (but give it a proper name with something like The caret is a bit too small to be noticeable as a binary operator. However, if you do insist using a caret instead, use this:
The | |||||||||||
feedback
|
|
How about
or
? | ||||
feedback
|
|
Within math mode, you can use:
to do this, as shown from the online LaTeX renderer here.
| |||||
feedback
|
|
Use the wedge symbol as a superscript. It has the perfect size. Something like this:
| ||||
|
feedback
|
|
This gives a 3 unit width with the carat centered in it. It looks nice. It is a pointy carat though, and | |||||||
feedback
|
|
I highly recommend the short math guide which includes a list of symbols. | |||
|
feedback
|
|
Use | ||||
|
feedback
|
