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

Note
• The following cannot be used in f(x): Pol, Rec, ÷R. The following cannot be used in
f(x), a, or b: ∫, d/dx, Σ.
Rectangular-Polar Coordinate
Conversion
Pol converts rectangular coordinates to polar coordinates, while Rec
converts polar coordinates to rectangular coordinates.
(1) Rectangular Coordinates (Rec)
(2) Polar Coordinates (Pol)
Specify the angle unit before performing calculations.
The calculation result for r and θ and for x and y are each assigned
respectively to variables X and Y.
Calculation result θ is displayed in the range of -180° < θ ≦ 180°.
Example 1: To convert rectangular coordinates (√
2; √2) to polar
coordinates (Angle unit: Deg)
(MthIO-MathO)
(Pol) 2 (;) 2
r = 2; θ = 45
(LineIO)
(Pol) 2 (;) 2
r = 2
θ = 45
Example 2: To convert polar coordinates (√2; 45°) to rectangular
coordinates (Angle unit: Deg)
(MthIO-MathO)
37