AExample Base-nCalculationsExample 1: To select binary as the number base and calculate 12 + 12
Al(BIN)1+1E

1+ 1

 

10

b

 

Example 2: To select octal as the number base and calculate 78 + 18
Ai(OCT)7+1E

7+ 1

 

10

o

 

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, C, D, E, F).

 

{ }{A}

 

{B}

{C} sin–1{D}cos–1E tan–1F

 

 

 

 

 

 

 

y e w s c t

 

 

Example: To select hexadecimal as the number base and calculate 1F16 + 116

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

AM(HEX)1t(F)+1E

1F+ 1

20

H

 

 

 

 

 

 

 

 

 

 

 

 

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.

E-53