User's Guide
Table Of Contents
- Table of Contents
- Before Using the Calculator
- Calculation Modes and Calculator Setup
- Inputting Expressions and Values
- Basic Calculations
- Function Calculations
- Pi (π), Natural Logarithm Base e
- Trigonometric Functions
- Hyperbolic Functions
- Angle Unit Conversion
- Exponential Functions
- Logarithmic Functions
- Power Functions and Power Root Functions
- Integration Calculations
- Differential Calculations
- Σ Calculations
- Rectangular-Polar Coordinate Conversion
- Factorial Function (!)
- Absolute Value Function (Abs)
- Random Number (Ran#)
- Random Integer (RanInt#)
- Permutation (nPr) and Combination (nCr)
- Rounding Function (Rnd)
- Greatest Common Divisor (GCD) and Least Common Multiple (LCM)
- Using CALC
- Using SOLVE
- Scientific Constants
- Metric Conversion
- Using Calculation Modes
- Complex Number Calculations (CMPLX)
- Statistical Calculations (STAT)
- Base-n Calculations (BASE-N)
- Equation Calculations (EQN)
- Matrix Calculations (MATRIX)
- Creating a Numerical Table from Two Functions (TABLE)
- Vector Calculations (VECTOR)
- Distribution Calculations (DIST)
- Inequality Calculations (INEQ)
- Ratio Calculations
- Technical Information
- Frequently Asked Questions

The initial default number mode when you enter the BASE-N Mode is
decimal, which means input and calculation results use the decimal
number format.
Press one of the following keys to switch number modes: (DEC) for
decimal, (HEX) for hexadecimal, (BIN) for binary, or (OCT) for
octal.
Example 1: To enter the BASE-N Mode, switch to the binary mode, and
calculate 11
2
+ 1
2
(BASE-N)
(BIN)
11 1
Example 2: Continuing from above, switch to the hexadecimal mode and
calculate 1F
16
+ 1
16
(HEX) 1 (F) 1
Example 3: Continuing from above, switch to the octal mode and
calculate 7
8
+ 1
8
(OCT) 7 1
Note
• Use the following keys to input the letters A through F for hexadecimal values:
(A), (B), (C), (D), (E), (F).
• In the BASE-N Mode, input of fractional (decimal) values and exponents is not
supported. If a calculation result has a fractional part, it is cut off.
• The input and output ranges is 16 bits for binary values, and 32 bits for other types of•
values. The following shows details about input and output ranges.
59