mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-16 11:31:49 +01:00
Fix wrong vert
This commit is contained in:
@ -183,7 +183,7 @@ To compute $x \oplus y$, a machine:
|
|||||||
|
|
||||||
A floating-point operation causes a small rounding error:
|
A floating-point operation causes a small rounding error:
|
||||||
\begin{equation}
|
\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}
|
\end{equation}
|
||||||
%
|
%
|
||||||
Although, some operations may be subject to the \textbf{cancellation} problem which causes information loss.
|
Although, some operations may be subject to the \textbf{cancellation} problem which causes information loss.
|
||||||
|
|||||||
Reference in New Issue
Block a user