Update symbol format in LaTex of number encoding section (#1193)

This commit is contained in:
Nan Lei
2024-04-07 01:33:42 +08:00
committed by GitHub
parent 2655a2f66a
commit 0503e740ad
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ Now we can answer the initial question: **The representation of `float` includes
**However, the trade-off for `float`'s expanded range is a sacrifice in precision**. The integer type `int` uses all 32 bits to represent the number, with values evenly distributed; but due to the exponent bit, the larger the value of a `float`, the greater the difference between adjacent numbers.
As shown in the table below, exponent bits $E = 0$ and $E = 255$ have special meanings, **used to represent zero, infinity, $\mathrm{NaN}$, etc.**
As shown in the table below, exponent bits $\mathrm{E} = 0$ and $\mathrm{E} = 255$ have special meanings, **used to represent zero, infinity, $\mathrm{NaN}$, etc.**
<p align="center"> Table <id> &nbsp; Meaning of exponent bits </p>