Code: Select all
\documentclass[12pt]{article}
\usepackage{amsmath,amssymb,amsfonts}
\begin{document}
\begin{tabular}[h]{|p{2cm}|c|c|}
\hline
&$\cos \theta$& $\sin \theta$ \\ \hline
$0^{\circ}$&1&1 \\ \hline
$30^{\circ}$&$\dfrac{\sqrt{3}}{2}$&$\dfrac{1}{2}$ \\ \hline
\vspace{.25in}
$45^{\circ}$&$\dfrac{\sqrt{2}}{2}$&$\dfrac{\sqrt{2}}{2}$ \\ \hline
\vspace{.25in}
$60^{\circ}$&$\dfrac{1}{2}$&$\dfrac{\sqrt{3}}{2}$ \\ \hline
\vspace{.25in}
$90^{\circ}$&0&1\\ \hline
\end{tabular}
\end{document}
Thank you for your time
Nick