mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-14 18:51:52 +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:
|
||||
\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.
|
||||
|
||||
Reference in New Issue
Block a user