Skip to content

Instantly share code, notes, and snippets.

@stereobooster
Last active December 18, 2017 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stereobooster/f242f51f87dd1cefcea5f4fea154f868 to your computer and use it in GitHub Desktop.
Save stereobooster/f242f51f87dd1cefcea5f4fea154f868 to your computer and use it in GitHub Desktop.
Symbol Symbol Name Meaning / definition Example
and and x ⋅ y
^ caret / circumflex and x ^ y
& ampersand and x & y
+ plus or x + y
reversed caret or x ∨ y
| vertical line or x | y
x' single quote not - negation x'
x bar not - negation x
¬ not not - negation ¬ x
! exclamation mark not - negation ! x
circled plus / oplus exclusive or - xor x ⊕ y
~ tilde negation ~ x
implies
equivalent if and only if (iff)
equivalent if and only if (iff)
for all
there exists
there does not exists
therefore
because / since

https://github.com/Jam3/math-as-code https://www.rapidtables.com/math/symbols/Logic_Symbols.html http://xahlee.info/comp/unicode_math_operators.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment