fx-83GT X/fx-85GT X
CLASSWIZ
Scientific Calculator
Before Using the Calculator
Calculation Modes and Calculator Setup
Inputting Expressions and Values
- ▶Inputting a Calculation Expression Using Values
- ▶Inputting an Expression Using Natural Textbook Format
(MathI/MathO or MathI/DecimalO Only) - ▶Displaying Calculation Results in a Form that Includes
√2, π, etc. (Irrational Number Form)
Basic Calculations
- ▶Recurring Decimal Calculations
- ▶Toggling Calculation Results
- ▶Arithmetic Calculations
- ▶Fraction Calculations
- ▶Percent Calculations
- ▶Degree, Minute, Second (Sexagesimal) Calculations
- ▶Multi-Statements
- ▶Using Engineering Notation
- ▶Prime Factorization
- ▶Calculation History and Replay
- ▶Using Memory Functions
Function Calculations
- ▶Pi (π), Natural Logarithm Base e
- ▶Trigonometric Functions, Inverse Trigonometric Functions
- ▶Hyperbolic Functions, Inverse Hyperbolic Functions
- ▶Converting an Input Value to the Calculator’s Default Angle Unit
- ▶Exponential Functions, Logarithmic Functions
- ▶Power Functions and Power Root Functions
- ▶Rectangular-Polar Coordinate Conversion
- ▶Factorial (!)
- ▶Absolute Value Calculation (Abs)
- ▶Random Number (Ran#), Random Integer (RanInt#)
- ▶Permutation (nPr) and Combination (nCr)
- ▶Rounding Function (Rnd)
Using Calculation Modes
- ▶Statistical Calculations
- Inputting Data with Statistics Editor
- Statistical Calculation Screen
- Using the Statistical Menu
- Displaying Statistical Values Based On Input Data
- Displaying Regression Calculation Results Based On
Input Data (Paired-Variable Data Only) - Single-variable Statistical Calculation Commands
- Single-variable Statistical Calculation Examples
- Linear Regression Calculation (y=a+bx) Commands
- Linear Regression Calculation Examples
- Quadratic Regression Calculation (y=a+bx+cx2) Commands
- Quadratic Regression Calculation Examples
- Logarithmic Regression Calculation (y=a+b・ln(x)) Commands
- Logarithmic Regression Calculation Examples
- e Exponential Regression Calculation (y=a・e^(bx)) Commands
- e Exponential Regression Calculation Examples
- ab Exponential Regression Calculation (y=a・b^x) Commands
- ab Exponential Regression Calculation Examples
- Power Regression Calculation (y=a・x^b) Commands
- Power Regression Calculation Examples
- Inverse Regression Calculation (y=a+b/x) Commands
- Inverse Regression Calculation Examples
- ▶Creating a Number Table
- ▶Ratio Calculations
Technical Information
- ▶Errors
- ▶Before Assuming Malfunction of the Calculator...
- ▶Replacing the Battery
- ▶Calculation Priority Sequence
- ▶Stack Limitations
- ▶Calculation Ranges, Number of Digits, and Precision
- ▶Specifications
Frequently Asked Questions
Rounding Function (Rnd)
Using the Rnd function causes decimal fraction values of the argument to be rounded in accordance with the current Number Format setting.
Number Format: Norm 1 or Norm 2
The argument is rounded off to 10 digits.
Number Format: Fix or Sci
The argument is rounded off to the specified digit.
When Fix 3 is the Number Format setting, for example, the result of 10 ÷ 3 is displayed as 3.333, while the calculator maintains a value of 3.33333333333333 (15 digits) internally for calculation. In the case of Rnd(10÷3) = 3.333 (with Fix 3), both the displayed value and the calculator’s internal value become 3.333. Because of this a series of calculations will produce different results depending on whether Rnd is used (Rnd(10÷3) × 3 = 9.999) or not used (10 ÷ 3 × 3 = 10.000).
Example: To perform the following calculation when Fix 3 is selected for the number of display digits: 200 ÷ 7 × 14 = 400 (MathI/DecimalO)
- 200714
(Calculation is performed internally using 15 digits.)
- 2007
- 14
The following performs the same calculation with rounding.
- 2007
(Round the value to the specified number of digits.)
- (Rnd)
(Check rounded result.)
- 14