*** empty log message ***

This commit is contained in:
George Weigt 2008-12-13 08:37:13 -07:00
parent f06d829f40
commit 6aa9068a17

View file

@ -87,3 +87,25 @@ So Eigenmath requires
\medskip
\noindent
which is unambiguous.
\medskip
\noindent
Now a new question arises.
Never mind the minus sign, what is the binding of the caret symbol itself?
The answer is, it binds to just the next symbol, as the following example
demonstrates.
\medskip
\verb$x^1/2$
$$\hbox{$1\over2$}x$$
\medskip
\noindent
So in general, parentheses are needed when the exponent is an expression.
\medskip
\verb$x^(1/2)$
$$x^{1/2}$$