Care sunt pașii pentru a scrie
1 - 100 0000 0000 - 1000 0000 0001 1010 1000 1010 0001 1101 1100 0000 0110 1110 0100, 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.
1
Următorii 11 biți conțin exponentul:
100 0000 0000
Ultimii 52 de biți conțin mantisa:
1000 0000 0001 1010 1000 1010 0001 1101 1100 0000 0110 1110 0100
2. Convertește exponentul din binar (din baza 2) în zecimal (în baza 10).
Exponentul e întotdeauna un număr întreg pozitiv.
100 0000 0000(2) =
1 × 210 + 0 × 29 + 0 × 28 + 0 × 27 + 0 × 26 + 0 × 25 + 0 × 24 + 0 × 23 + 0 × 22 + 0 × 21 + 0 × 20 =
1.024 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 =
1.024 =
1.024(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.024 - 1023 = 1
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ă).
1000 0000 0001 1010 1000 1010 0001 1101 1100 0000 0110 1110 0100(2) =
1 × 2-1 + 0 × 2-2 + 0 × 2-3 + 0 × 2-4 + 0 × 2-5 + 0 × 2-6 + 0 × 2-7 + 0 × 2-8 + 0 × 2-9 + 0 × 2-10 + 0 × 2-11 + 1 × 2-12 + 1 × 2-13 + 0 × 2-14 + 1 × 2-15 + 0 × 2-16 + 1 × 2-17 + 0 × 2-18 + 0 × 2-19 + 0 × 2-20 + 1 × 2-21 + 0 × 2-22 + 1 × 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 + 1 × 2-32 + 1 × 2-33 + 1 × 2-34 + 0 × 2-35 + 0 × 2-36 + 0 × 2-37 + 0 × 2-38 + 0 × 2-39 + 0 × 2-40 + 0 × 2-41 + 1 × 2-42 + 1 × 2-43 + 0 × 2-44 + 1 × 2-45 + 1 × 2-46 + 1 × 2-47 + 0 × 2-48 + 0 × 2-49 + 1 × 2-50 + 0 × 2-51 + 0 × 2-52 =
0,5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0,000 244 140 625 + 0,000 122 070 312 5 + 0 + 0,000 030 517 578 125 + 0 + 0,000 007 629 394 531 25 + 0 + 0 + 0 + 0,000 000 476 837 158 203 125 + 0 + 0,000 000 119 209 289 550 781 25 + 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,000 000 000 232 830 643 653 869 628 906 25 + 0,000 000 000 116 415 321 826 934 814 453 125 + 0,000 000 000 058 207 660 913 467 407 226 562 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0,000 000 000 000 227 373 675 443 232 059 478 759 765 625 + 0,000 000 000 000 113 686 837 721 616 029 739 379 882 812 5 + 0 + 0,000 000 000 000 028 421 709 430 404 007 434 844 970 703 125 + 0,000 000 000 000 014 210 854 715 202 003 717 422 485 351 562 5 + 0,000 000 000 000 007 105 427 357 601 001 858 711 242 675 781 25 + 0 + 0 + 0,000 000 000 000 000 888 178 419 700 125 232 338 905 334 472 656 25 + 0 + 0 =
0,5 + 0,000 244 140 625 + 0,000 122 070 312 5 + 0,000 030 517 578 125 + 0,000 007 629 394 531 25 + 0,000 000 476 837 158 203 125 + 0,000 000 119 209 289 550 781 25 + 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 232 830 643 653 869 628 906 25 + 0,000 000 000 116 415 321 826 934 814 453 125 + 0,000 000 000 058 207 660 913 467 407 226 562 5 + 0,000 000 000 000 227 373 675 443 232 059 478 759 765 625 + 0,000 000 000 000 113 686 837 721 616 029 739 379 882 812 5 + 0,000 000 000 000 028 421 709 430 404 007 434 844 970 703 125 + 0,000 000 000 000 014 210 854 715 202 003 717 422 485 351 562 5 + 0,000 000 000 000 007 105 427 357 601 001 858 711 242 675 781 25 + 0,000 000 000 000 000 888 178 419 700 125 232 338 905 334 472 656 25 =
0,500 404 960 883 707 339 291 959 215 188 398 957 252 502 441 406 25(10)
= -3,000 809 921 767 414 678 583 918 430 376 797 914 505 004 882 812 5
1 - 100 0000 0000 - 1000 0000 0001 1010 1000 1010 0001 1101 1100 0000 0110 1110 0100, 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) = -3,000 809 921 767 414 678 583 918 430 376 797 914 505 004 882 812 5(10)
Spații au fost folosite pentru a grupa digiți, în binar câte 4, în zecimal câte 3.