Fix wrong vert

This commit is contained in:
2023-09-22 18:56:57 +02:00
parent aaa7f2c919
commit 4ddc395fcb

View File

@ -183,7 +183,7 @@ To compute $x \oplus y$, a machine:
A floating-point operation causes a small rounding error:
\begin{equation}
\left\Vert \frac{(x \oplus y) - (x + y)}{x+y} \right\Vert < \varepsilon_{\text{mach}}
\left\vert \frac{(x \oplus y) - (x + y)}{x+y} \right\vert < \varepsilon_{\text{mach}}
\end{equation}
%
Although, some operations may be subject to the \textbf{cancellation} problem which causes information loss.