You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
"01AB", "110101011"
|
|
"ABCD", "#NUM!"
|
|
"F6", "11110110"
|
|
"F", 8, "00001111"
|
|
"B7", "10110111"
|
|
"12345", "#NUM!"
|
|
"123456789", "#NUM!"
|
|
"123.45", "#NUM!"
|
|
"0", "0"
|
|
"G3579A", "#NUM!"
|
|
TRUE, "#VALUE!"
|
|
"-107", "#NUM!"
|
|
"FFFFFFFFFF", "1111111111" // 2's Complement
|