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

Precision
In general, ±1 at the 10th digit for a single
calculation. Precision for exponential display is
±1 at the least significant digit. Errors are
cumulative in the case of consecutive
calculations.
Function Calculation Input Ranges and Precision
Functions Input Range
sinx
cosx
Deg
0 ≦ |x| < 9 × 10
9
Rad
0 ≦ |x| < 157079632,7
Gra
0 ≦ |x| < 1 × 10
10
tanx
Deg
Same as sinx, except when |x| = (2n-1) ×
90.
Rad
Same as sinx, except when |x| = (2n-1) ×
π/2.
Gra
Same as sinx, except when |x| = (2n-1) ×
100.
sin
-1
x, cos
-1
x 0 ≦ |x| ≦ 1
tan
-1
x 0 ≦ |x| ≦ 9,999999999 × 10
99
sinhx, coshx 0 ≦ |x| ≦ 230,2585092
sinh
-1
x 0 ≦ |x| ≦ 4,999999999 × 10
99
cosh
-1
x 1 ≦ x ≦ 4,999999999 × 10
99
tanhx 0 ≦ |x| ≦ 9,999999999 × 10
99
tanh
-1
x 0 ≦ |x| ≦ 9,999999999 × 10
-1
logx, lnx 0 < x ≦ 9,999999999 × 10
99
10
x
-9,999999999 × 10
99
≦ x ≦ 99,99999999
e
x
-9,999999999 × 10
99
≦ x ≦ 230,2585092
89