^ - used to indicate exponents; used to indicate superscripts; used for limits on large operators.
{ <#1> ^ #2}
^ is used to indicate exponents; used to indicate superscripts; used for limits on large operators.
Input | Description |
---|---|
#1 | argument #1 is optional |
#2 | use braces in #2, as needed, to clarify what is the exponent. |
^i
x^i_2
{x^i}_2
x^{i_2}
x^{i^2}
{x^i}^2
^ax^b
\sum_{n=1}^\infty
\overbrace{x+\cdots+x} ^{n\text{ times}}