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

Greatest Common Divisor (GCD) and
Least Common Multiple (LCM)
Greatest Common Divisor (GCD)
GCD determines the greatest common divisor of two values.
Example: To determine the greatest common divisor of 28 and 35
(GCD) 28 (;) 35 7
Least Common Multiple (LCM)
LCM determines the least common multiple of two values.
Example: To determine the least common multiple of 9 and 15
(LCM) 9 (;) 15 45
Using CALC
CALC lets you save calculation expressions that contain variables, which
you can then recall and execute in the COMP Mode and the CMPLX
Mode.
The following describes the types of expressions you can save with CALC.
• Expressions: 2X + 3Y; 2AX + 3BX + C; A + Bi
• Multi-statements: X + Y : X(X + Y)
• Equations with a single variable on the left and an expression including
variables on the right: A = B + C; Y = X
2
+ X + 3
(Use (=) to input the equals sign of the equality.)
To start a CALC operation after inputting an expression, press the
key.
Example 1: To store 3A + B and then substitute the following values to
perform the calculation: (A; B) = (5; 10), (7; 20)
3 (A) (B)
40