Thanks for a quick response, I've designed the table that covers the width of my page.
Alignment is something I need to work on as the content are touching the upper line of the table, also the horizonatally the right justified, though i have used
c parameter for alignment, my code is
Code: Select all
\subsubsection*{Values of the trigonometric functions for common angles.}
\begin{tabular*}{\linewidth}[b]{*{6}{|c @{\extracolsep\fill}}|}
\hline M. of $\angle^s \rightarrow$ &0$^\circ$& 30$^\circ$ & 45$^\circ$ & 60$^\circ$ & 90$^\circ$
\\ $\downarrow$ Ratios of $\angle ^s$ & & & & & \\
\hline $\sin \theta$ & 0 & $\dfrac{1}{2}$ &$\dfrac{1}{\sqrt{2}}$ & $\dfrac{\sqrt{3}}{2}$& 1\\[15pt]
\hline $\cos \theta$ & 1 & $\dfrac{\sqrt{3}}{2}$ &$\dfrac{1}{\sqrt{2}}$ & $\dfrac{1}{2}$& 0\\
\hline $\tan \theta$ & 0 & $\dfrac{{1}}{\sqrt{3}}$ &1 & $\sqrt{3}$ & ND\\
\hline $\csc\theta$ & ND & 2 &$\sqrt{2}$ & $\dfrac{{2}}{\sqrt{3}}$ & 1
\\ \hline
sec $\theta$ & 1 & $\dfrac{{2}}{\sqrt{3}}$ &$\sqrt{2}$ & 2 & ND
\\ \hline
cot $\theta$ & ND & $\sqrt{3}$ &1 & $\dfrac{{1}}{\sqrt{3}}$ & 0 \\ \hline
\end{tabular*}
Thanks you once again for devoting your time to help me.
metric