Care sunt pașii pentru a scrie
0 - 011 1111 1111 - 0110 0001 1100 1110 0001 1000 0001 1100 1010 1001 0000 0001 0011, binar pe 64 de biți, precizie dublă, în virgulă mobilă în standard IEEE 754 ca număr zecimal?
1. Identifică elementele ce alcătuiesc reprezentarea numărului binar:
Primul bit (cel mai din stânga) indică semnul,
1 = negativ, 0 = pozitiv.
0
Următorii 11 biți conțin exponentul:
011 1111 1111
Ultimii 52 de biți conțin mantisa:
0110 0001 1100 1110 0001 1000 0001 1100 1010 1001 0000 0001 0011
2. Convertește exponentul din binar (din baza 2) în zecimal (în baza 10).
Exponentul e întotdeauna un număr întreg pozitiv.
011 1111 1111(2) =
0 × 210 + 1 × 29 + 1 × 28 + 1 × 27 + 1 × 26 + 1 × 25 + 1 × 24 + 1 × 23 + 1 × 22 + 1 × 21 + 1 × 20 =
0 + 512 + 256 + 128 + 64 + 32 + 16 + 8 + 4 + 2 + 1 =
512 + 256 + 128 + 64 + 32 + 16 + 8 + 4 + 2 + 1 =
1.023(10)
3. Ajustează exponentul.
Scade excesul de biți: 2(11 - 1) - 1 = 1023,
datorat reprezentării deplasate pe 11 biți.
Exponentul, ajustat = 1.023 - 1023 = 0
4. Convertește mantisa din binar (din baza 2) în zecimal (în baza 10).
Mantisa reprezintă partea fracționară a numărului (ceea ce urmează după partea întreagă a numărului, separată de aceasta prin virgulă).
0110 0001 1100 1110 0001 1000 0001 1100 1010 1001 0000 0001 0011(2) =
0 × 2-1 + 1 × 2-2 + 1 × 2-3 + 0 × 2-4 + 0 × 2-5 + 0 × 2-6 + 0 × 2-7 + 1 × 2-8 + 1 × 2-9 + 1 × 2-10 + 0 × 2-11 + 0 × 2-12 + 1 × 2-13 + 1 × 2-14 + 1 × 2-15 + 0 × 2-16 + 0 × 2-17 + 0 × 2-18 + 0 × 2-19 + 1 × 2-20 + 1 × 2-21 + 0 × 2-22 + 0 × 2-23 + 0 × 2-24 + 0 × 2-25 + 0 × 2-26 + 0 × 2-27 + 1 × 2-28 + 1 × 2-29 + 1 × 2-30 + 0 × 2-31 + 0 × 2-32 + 1 × 2-33 + 0 × 2-34 + 1 × 2-35 + 0 × 2-36 + 1 × 2-37 + 0 × 2-38 + 0 × 2-39 + 1 × 2-40 + 0 × 2-41 + 0 × 2-42 + 0 × 2-43 + 0 × 2-44 + 0 × 2-45 + 0 × 2-46 + 0 × 2-47 + 1 × 2-48 + 0 × 2-49 + 0 × 2-50 + 1 × 2-51 + 1 × 2-52 =
0 + 0,25 + 0,125 + 0 + 0 + 0 + 0 + 0,003 906 25 + 0,001 953 125 + 0,000 976 562 5 + 0 + 0 + 0,000 122 070 312 5 + 0,000 061 035 156 25 + 0,000 030 517 578 125 + 0 + 0 + 0 + 0 + 0,000 000 953 674 316 406 25 + 0,000 000 476 837 158 203 125 + 0 + 0 + 0 + 0 + 0 + 0 + 0,000 000 003 725 290 298 461 914 062 5 + 0,000 000 001 862 645 149 230 957 031 25 + 0,000 000 000 931 322 574 615 478 515 625 + 0 + 0 + 0,000 000 000 116 415 321 826 934 814 453 125 + 0 + 0,000 000 000 029 103 830 456 733 703 613 281 25 + 0 + 0,000 000 000 007 275 957 614 183 425 903 320 312 5 + 0 + 0 + 0,000 000 000 000 909 494 701 772 928 237 915 039 062 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0,000 000 000 000 003 552 713 678 800 500 929 355 621 337 890 625 + 0 + 0 + 0,000 000 000 000 000 444 089 209 850 062 616 169 452 667 236 328 125 + 0,000 000 000 000 000 222 044 604 925 031 308 084 726 333 618 164 062 5 =
0,25 + 0,125 + 0,003 906 25 + 0,001 953 125 + 0,000 976 562 5 + 0,000 122 070 312 5 + 0,000 061 035 156 25 + 0,000 030 517 578 125 + 0,000 000 953 674 316 406 25 + 0,000 000 476 837 158 203 125 + 0,000 000 003 725 290 298 461 914 062 5 + 0,000 000 001 862 645 149 230 957 031 25 + 0,000 000 000 931 322 574 615 478 515 625 + 0,000 000 000 116 415 321 826 934 814 453 125 + 0,000 000 000 029 103 830 456 733 703 613 281 25 + 0,000 000 000 007 275 957 614 183 425 903 320 312 5 + 0,000 000 000 000 909 494 701 772 928 237 915 039 062 5 + 0,000 000 000 000 003 552 713 678 800 500 929 355 621 337 890 625 + 0,000 000 000 000 000 444 089 209 850 062 616 169 452 667 236 328 125 + 0,000 000 000 000 000 222 044 604 925 031 308 084 726 333 618 164 062 5 =
0,382 050 997 731 316 455 130 468 057 177 495 211 362 838 745 117 187 5(10)
= 1,382 050 997 731 316 455 130 468 057 177 495 211 362 838 745 117 187 5
0 - 011 1111 1111 - 0110 0001 1100 1110 0001 1000 0001 1100 1010 1001 0000 0001 0011, binar pe 64 de biți, precizie dublă, în virgulă mobilă în standard IEEE 754, scris ca număr în sistem zecimal, scris în baza 10 (double) = 1,382 050 997 731 316 455 130 468 057 177 495 211 362 838 745 117 187 5(10)
Spații au fost folosite pentru a grupa digiți, în binar câte 4, în zecimal câte 3.