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

added test

parent 8b01f245
No related branches found
No related tags found
No related merge requests found
Pipeline #14742 passed
...@@ -507,8 +507,8 @@ $$ ...@@ -507,8 +507,8 @@ $$
. . . . . .
* 24 bits ($23 + 1$) sont utiles pour la mantisse, soit $2^{24}-1$: * 24 bits ($23 + 1$) sont utiles pour la mantisse, soit $2^{24}-1$:
* $\sim2^{24}\sim 10^7$, ou encore * La mantisse fait $\sim2^{24}\sim 10^7$, ou encore
* $\sim \log_{10}(2^{24})\sim 7$, * Ou encore $\sim \log_{10}(2^{24})\sim 7$,
* Environ **sept** chiffres significatifs. * Environ **sept** chiffres significatifs.
# Nombres à virgule flottante double précision (64bits) # Nombres à virgule flottante double précision (64bits)
...@@ -523,8 +523,8 @@ $$ ...@@ -523,8 +523,8 @@ $$
## Combien de chiffres significatifs? ## Combien de chiffres significatifs?
* $\sim 2^{53}\sim10^{16}$, * La mantisse fait $\sim 2^{53}\sim10^{16}$,
* $\sim \log_{10}(2^{53})\sim 16$, * Ou encore $\sim \log_{10}(2^{53})\sim 16$,
* Environ **seize** chiffres significatifs. * Environ **seize** chiffres significatifs.
## Plus petit/plus grand nombre représentable? ## 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