Small fixes

This commit is contained in:
Antti H S Laaksonen 2017-02-22 21:15:48 +02:00
parent 71ad21d6fb
commit 8003a2595a
2 changed files with 23 additions and 23 deletions

View file

@ -398,7 +398,7 @@ because it is possible that the values should
be equal but they are not because of rounding.
A better way to compare floating point numbers
is to assume that two numbers are equal
if the difference between them is $\varepsilon$,
if the difference between them is less than $\varepsilon$,
where $\varepsilon$ is a small number.
In practice, the numbers can be compared
@ -847,7 +847,7 @@ $\lfloor \log_2(123)+1 \rfloor = 7$.
\subsubsection{IOI}
The International Olympiad in Informatics (IOI) \cite{ioi}
is an annual programming contests for
is an annual programming contest for
secondary school students.
Each country is allowed to send a team of
four students to the contest.