consistency in variable naming

This commit is contained in:
Motiejus Jakštys 2021-04-14 11:49:52 +03:00
parent 6bcbd28cb0
commit 4c5d6e6e59

View File

@ -465,15 +465,14 @@ circle is meant. Given a bend, its compactness index is calculated as follows:
\begin{enumerate}
\item From a non-crossing line, construct a polygon by joining first and last
vertices.
\item Construct a polygon by joining first and last vertices of the bend.
\item Calculate polygon area $P$.
\item Calculate area of the polygon $P$.
\item Calculate polygon perimeter $U$. The same value is the circumference of
the circle.
\item Calculate perimeter of the polygon $u$. The same value is the
circumference of the circle.
\item Given circle's perimeter $U$, circle's area $A$ is:
\item Given circle's perimeter $u$, circle's area $A$ is:
\[
A = \frac{u^2}{4\pi}