mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-15 02:52:22 +01:00
Fix wrong label
This commit is contained in:
@ -48,9 +48,10 @@ Let $x$ be a value and $\hat{x}$ its approximation. Then:
|
|||||||
|
|
||||||
Let $\beta \in \mathbb{N}_{> 1}$ be the base.
|
Let $\beta \in \mathbb{N}_{> 1}$ be the base.
|
||||||
Each $x \in \mathbb{R} \smallsetminus \{0\}$ can be uniquely represented as:
|
Each $x \in \mathbb{R} \smallsetminus \{0\}$ can be uniquely represented as:
|
||||||
\[ \label{eq:finnum_b_representation}
|
\begin{equation}
|
||||||
|
\label{eq:finnum_b_representation}
|
||||||
x = \texttt{sign}(x) \cdot (d_1\beta^{-1} + d_2\beta^{-2} + \dots + d_n\beta^{-n})\beta^p
|
x = \texttt{sign}(x) \cdot (d_1\beta^{-1} + d_2\beta^{-2} + \dots + d_n\beta^{-n})\beta^p
|
||||||
\]
|
\end{equation}
|
||||||
where:
|
where:
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item $0 \leq d_i \leq \beta-1$
|
\item $0 \leq d_i \leq \beta-1$
|
||||||
|
|||||||
Reference in New Issue
Block a user