Skip to content
Snippets Groups Projects
Verified Commit 666598c1 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added test

parent 8b01f245
Branches
No related tags found
No related merge requests found
......@@ -507,8 +507,8 @@ $$
. . .
* 24 bits ($23 + 1$) sont utiles pour la mantisse, soit $2^{24}-1$:
* $\sim2^{24}\sim 10^7$, ou encore
* $\sim \log_{10}(2^{24})\sim 7$,
* La mantisse fait $\sim2^{24}\sim 10^7$, ou encore
* Ou encore $\sim \log_{10}(2^{24})\sim 7$,
* Environ **sept** chiffres significatifs.
# Nombres à virgule flottante double précision (64bits)
......@@ -523,8 +523,8 @@ $$
## Combien de chiffres significatifs?
* $\sim 2^{53}\sim10^{16}$,
* $\sim \log_{10}(2^{53})\sim 16$,
* La mantisse fait $\sim 2^{53}\sim10^{16}$,
* Ou encore $\sim \log_{10}(2^{53})\sim 16$,
* Environ **seize** chiffres significatifs.
## Plus petit/plus grand nombre représentable?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment