nicer deg/rad table

This commit is contained in:
Motiejus Jakštys 2021-04-13 05:20:37 +03:00
parent 06d8858a29
commit 69139d9df9

View File

@ -14,13 +14,12 @@
\usepackage{caption} \usepackage{caption}
\usepackage{subcaption} \usepackage{subcaption}
\usepackage{gensymb} \usepackage{gensymb}
\usepackage{units}
\usepackage{varwidth} \usepackage{varwidth}
\usepackage{tabularx} \usepackage{tabularx}
\usepackage{float} \usepackage{float}
\usepackage{tikz} \usepackage{tikz}
\usepackage{minted} \usepackage{minted}
\usetikzlibrary{er,positioning}
\definecolor{mypurple}{RGB}{117,112,179}
\input{version.inc} \input{version.inc}
\input{vars.inc} \input{vars.inc}
@ -228,18 +227,20 @@ This section defines vocabulary and terms as defined in the rest of the paper.
\subsection{Radians and Degrees} \subsection{Radians and Degrees}
This document contains a few constant angles expressed in radians. This document contains a few constant angles expressed in radians.
Table~\ref{tab:radians} summarizes some of the values used in this document and Table~\ref{table:radians} summarizes some of the values used in this document
the implementation. and the implementation.
\begin{table}[h] \begin{table}[h]
\centering
\begin{tabular}{|c|c|c|c|c|c|c|} \begin{tabular}{|c|c|c|c|c|c|c|}
\hline \hline
Degrees & $0^\circ$ & $30^\circ$ & $45^\circ$ & $90^\circ$ & $180^\circ$ & $360^\circ$ \\ Degrees & $0^\circ$ & $30^\circ$ & $45^\circ$ & $90^\circ$ & $180^\circ$ & $360^\circ$ \\
\hline \hline
Radians & $0$ & $\frac{\pi}{6}$ & $\frac{\pi}{4}$ & $\frac{\pi}{2}$ & $\pi$ & $2\pi$ \\ Radians & $0$ & $\nicefrac{\pi}{6}$ & $\nicefrac{\pi}{4}$ & $\nicefrac{\pi}{2}$ & $\pi$ & $2\pi$ \\
\hline \hline
\end{tabular} \end{tabular}
\label{tab:radians} \caption{Popular degree and radian values}
\label{table:radians}
\end{table} \end{table}
\subsection{Automated tests} \subsection{Automated tests}