degrees and radians
This commit is contained in:
parent
dc2e38365c
commit
06d8858a29
@ -1,11 +1,9 @@
|
|||||||
\documentclass[a4paper]{article}
|
\documentclass[a4paper]{article}
|
||||||
|
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
%\usepackage[bitstream-charter]{mathdesign}
|
|
||||||
\usepackage[english]{babel}
|
\usepackage[english]{babel}
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage{a4wide}
|
\usepackage{a4wide}
|
||||||
%\usepackage{csquotes}
|
|
||||||
\usepackage [autostyle, english=american]{csquotes}
|
\usepackage [autostyle, english=american]{csquotes}
|
||||||
\MakeOuterQuote{"}
|
\MakeOuterQuote{"}
|
||||||
\usepackage[maxbibnames=99,style=authoryear]{biblatex}
|
\usepackage[maxbibnames=99,style=authoryear]{biblatex}
|
||||||
@ -227,6 +225,23 @@ This section defines vocabulary and terms as defined in the rest of the paper.
|
|||||||
|
|
||||||
\end{description}
|
\end{description}
|
||||||
|
|
||||||
|
\subsection{Radians and Degrees}
|
||||||
|
|
||||||
|
This document contains a few constant angles expressed in radians.
|
||||||
|
Table~\ref{tab:radians} summarizes some of the values used in this document and
|
||||||
|
the implementation.
|
||||||
|
|
||||||
|
\begin{table}[h]
|
||||||
|
\begin{tabular}{|c|c|c|c|c|c|c|}
|
||||||
|
\hline
|
||||||
|
Degrees & $0^\circ$ & $30^\circ$ & $45^\circ$ & $90^\circ$ & $180^\circ$ & $360^\circ$ \\
|
||||||
|
\hline
|
||||||
|
Radians & $0$ & $\frac{\pi}{6}$ & $\frac{\pi}{4}$ & $\frac{\pi}{2}$ & $\pi$ & $2\pi$ \\
|
||||||
|
\hline
|
||||||
|
\end{tabular}
|
||||||
|
\label{tab:radians}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
\subsection{Automated tests}
|
\subsection{Automated tests}
|
||||||
\label{sec:automated-tests}
|
\label{sec:automated-tests}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user