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

Example:
(Rec) 2 (;) 45 X = 1; Y = 1
Factorial Function (!)
Example: (5 + 3)! = 40320
5 3 (x!)
40320
Absolute Value Function (Abs)
Note that the input method is different depending upon whether you are
using Natural Display or Linear Display.
Example: |2 - 7| × 2 = 10
(MthIO-MathO)
(Abs) 2 7 2 10
(LineIO)
(Abs) 2 7 2 10
Random Number (Ran#)
Function that generates a pseudo random number in the range of 0,000 to
0,999.
The result is displayed as a fraction when Natural Display is selected.
Generate three 3-digit random numbers.
The random 3-digit decimal values are converted to 3-digit
integer values by multiplying by 1000.
1000 (Ran#) 634
92
175
(Results shown here are for illustrative purposes only. Actual results will
differ.)
Random Integer (RanInt#)
For input of the function of the form RanInt#(a; b), which generates a
random integer within the range of a to b.
38