From 4ddc395fcb2d177c696591a86fd43424345670bb Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:56:57 +0200 Subject: [PATCH] Fix wrong vert --- .../sections/_finite_numbers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statistical-and-mathematical-methods-for-ai/sections/_finite_numbers.tex b/statistical-and-mathematical-methods-for-ai/sections/_finite_numbers.tex index cc88224..bbd0419 100644 --- a/statistical-and-mathematical-methods-for-ai/sections/_finite_numbers.tex +++ b/statistical-and-mathematical-methods-for-ai/sections/_finite_numbers.tex @@ -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.