Content deleted Content added
m Use svg version of arcs image |
→Invention: removed "Decimal of Gray" column. As added, it is actually "Decimal of Gray IF Gray bits were interpreted as Binary" ... It added nothing to table, except confusion, and would require renaming of all columns to make sense. "Decimal","Decimal as Binary","Decimal as Gray", "Gray as Decimal if Gray bits are interpreted as Binary bits" |
||
Line 41:
:{| class="wikitable sortable" style="text-align:center;"
|-
! Decimal !! Binary !! Gray
|-
| 0 || {{mono|0000}} || {{mono|0000}}
|-
| 1 || {{mono|0001}} || {{mono|0001}}
|-
| 2 || {{mono|0010}} || {{mono|0011}}
|-
| 3 || {{mono|0011}} || {{mono|0010}}
|-
| 4 || {{mono|0100}} || {{mono|0110}}
|-
| 5 || {{mono|0101}} || {{mono|0111}}
|-
| 6 || {{mono|0110}} || {{mono|0101}}
|-
| 7 || {{mono|0111}} || {{mono|0100}}
|-
| 8 || {{mono|1000}} || {{mono|1100}}
|-
| 9 || {{mono|1001}} || {{mono|1101}}
|-
| 10 || {{mono|1010}} || {{mono|1111}}
|-
| 11 || {{mono|1011}} || {{mono|1110}}
|-
| 12 || {{mono|1100}} || {{mono|1010}}
|-
| 13 || {{mono|1101}} || {{mono|1011}}
|-
| 14 || {{mono|1110}} || {{mono|1001}}
|-
| 15 || {{mono|1111}} || {{mono|1000}}
|}
|