I'm using multicol to lay out a series of equations in columns, here's the code:
\begin{multicols}{3}
\[
e^x \rightarrow f'(x)e^{f(x)}
\]
\[
ln(x) \rightarrow \frac{f'(x)}{f(x)}
\]
\[
sin(x) \rightarrow cos(x)
\]
\[
cos(x) \rightarrow -sin(x)
\]
\[
tan(x) \rightarrow sec^{2}(x)
\]
\[
cosec(x) \rightarrow -cosec(x)cot(x)
\]
\[
sec(x) \rightarrow sec(x)tan(x)
\]
\[
cot(x) \rightarrow -cosec^2(x)
\]
\end{multicols}
This works, though the spacing is a little strange:

Am I doing something silly? Is the spacing meant to be this weird? Can't I just have three equally sized columns (or maybe two full and one overflow column)?

multicol? Because atabularwould work just as well. – Werner Dec 27 '12 at 7:57multicol, if you can give me a goodtabularexample I'll accept an answer with it :) – Todd Davies Dec 27 '12 at 7:58