fix: Modify some formulas in number_encoding.md to enhance readability

This commit is contained in:
Rubu Jam 2024-05-11 08:11:17 +00:00 committed by GitHub
parent 9514990180
commit f2dc4dacfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ $$
$$
\begin{aligned}
\mathrm{S} \in & \{ 0, 1\}, \quad \mathrm{E} \in \{ 1, 2, \dots, 254 \} \newline
(1 + \mathrm{N}) = & (1 + \sum_{i=0}^{22} b_{i} 2^{i-23}) \subset [1, 2 - 2^{-23}]
(1 + \mathrm{N}) = & (1 + \sum_{i=0}^{22} b_{i} \times 2^{i-23}) \subset [1, 2 - 2^{-23}]
\end{aligned}
$$

View File

@ -119,7 +119,7 @@ The range of each component is:
$$
\begin{aligned}
\mathrm{S} \in & \{ 0, 1\}, \quad \mathrm{E} \in \{ 1, 2, \dots, 254 \} \newline
(1 + \mathrm{N}) = & (1 + \sum_{i=0}^{22} b_{i} 2^{i-23}) \subset [1, 2 - 2^{-23}]
(1 + \mathrm{N}) = & (1 + \sum_{i=0}^{22} b_{i} \times 2^{i-23}) \subset [1, 2 - 2^{-23}]
\end{aligned}
$$

View File

@ -119,7 +119,7 @@ $$
$$
\begin{aligned}
\mathrm{S} \in & \{ 0, 1\}, \quad \mathrm{E} \in \{ 1, 2, \dots, 254 \} \newline
(1 + \mathrm{N}) = & (1 + \sum_{i=0}^{22} b_{i} 2^{i-23}) \subset [1, 2 - 2^{-23}]
(1 + \mathrm{N}) = & (1 + \sum_{i=0}^{22} b_{i} \times 2^{i-23}) \subset [1, 2 - 2^{-23}]
\end{aligned}
$$