E-41
A
Example Base-
n
Calculations
Example: To select binary as the number base and calculate 1
2
+ 1
2
A
l
(BIN)
1+1
E
• Inputting an invalid value causes a Syntax ERROR.
• In the BASE Mode, input of fractional (decimal) values and exponential values is not
supported. Anything to the right of the decimal point of calculation results is cut off.
A
Hexadecimal Value Input and Calculation Example
Use the following keys to input the letters required for hexadecimal values:
-
(A),
$
(B),
w
(C),
s
(D),
c
(E),
t
(F).
Example: To select hexadecimal as the number base and calculate 1F
16
+ 1
16
AM
(HEX)
1
t
(F)
+1
E
A
Effective Calculation Ranges
Number Base Effective Range
Binary
Positive: 0
<
x
<
111111111
Negative: 1000000000
<
x
<
1111111111
Octal
Positive: 0
<
x
<
3777777777
Negative: 4000000000
<
x
<
7777777777
Decimal –2147483648
<
x
<
2147483647
Hexadecimal
Positive: 0
<
x
<
7FFFFFFF
Negative: 80000000
<
x
<
FFFFFFFF
A Math ERROR occurs when a calculation result is outside of the applicable range for the
current default number base.
k
Converting a Displayed Result to another Number Base
Pressing
x
(DEC),
M
(HEX),
l
(BIN), or
i
(OCT) while a calculation result is displayed
will convert the result to the corresponding number base.
Example: To convert the decimal value 30
10
to binary, octal, and hexadecimal format
Ax
(DEC)
30
E
l
(BIN)
i
(OCT)
20
H
30
d
11110
b
36
o
1
+
1
10
b
Number base indicator
(d: decimal, H: hexadecimal, b: binary, o: octal)