Although the two outputs look quite similar, what is the advantage of using $f^\prime$ instead of $f'$?
By the way, here is my code:
\documentclass{article}
\begin{document}
\[ f^\prime (x)=y \]
\[ f' (x)=y \]
\end{document}
|
Although the two outputs look quite similar, what is the advantage of using
|
||||
|
The active |
|||
|
|
$f^\prime$; it's just more awkward to type than$f'$and the result is exactly the same. – egreg Dec 15 '12 at 17:14