fx-83GT CW I fx-85GT CW
Before Using the Calculator
- ▶Read This First
- ▶Initializing the Calculator
- ▶Calculator "Get Started" Screen
- ▶Precautions
- ▶Getting Started
Calculator Apps and Menus
Inputting Expressions and Values
- ▶Basic Input Rules
- ▶Inputting an Expression Using Natural Textbook Format (MathI/MathO or MathI/DecimalO Only)
- ▶Overwrite Input Mode (LineI/LineO or LineI/DecimalO Only)
Basic Calculations
- ▶Arithmetic Calculations
- ▶Fraction Calculations
- ▶Powers, Power Roots, and Reciprocals
- ▶Pi, Natural Logarithm Base e
- ▶Calculation History and Replay
- ▶Using Memory Functions
Changing Calculation Result Format
- ▶Using the FORMAT Menu
- ▶Standard and Decimal Conversion
- ▶Prime Factorization
- ▶Recurring Decimal Conversion (Recurring Decimal Calculations)
- ▶Improper Fraction and Mixed Fraction Conversion
- ▶Engineering Notation
- ▶Sexagesimal Conversion (Degree, Minute, Second Calculations)
Advanced Calculations
- ▶Function Analysis
- ▶Probability
- ▶Numeric Calculations
- ▶Angle Unit, Polar/Rectangular Coordinate, Sexagesimal
- ▶Hyperbolic, Trigonometric
- ▶Others
Registering and Using Defining Equations for f(x) and g(x)
Using QR Code Functions
Using Calculator Apps
Technical Information
- ▶Errors
- ▶Before Assuming Malfunction of the Calculator...
- ▶Replacing the Battery
- ▶Calculation Priority Sequence
- ▶Calculation Ranges, Number of Digits, and Precision
- ▶Specifications
Frequently Asked Questions
Calculation Priority Sequence
The calculator performs calculations according to a calculation priority sequence.
Basically, calculations are performed from left to right.
Expressions within parentheses have the highest priority.
The following shows the priority sequence for each individual command.
1 | Parenthetical expressions |
---|---|
2 | Functions that have parentheses (sin(, log(, f(, g(, etc., functions that take an argument to the right, functions that require a closing parenthesis after the argument) |
3 | Functions that come after the input value (x2, x-1, x!, °’ ”, °, r, g, %), powers (![]() ![]() |
4 | Fractions |
5 | Negative sign ((-)) |
6 | Statistics app estimated values (xˆ, yˆ, xˆ1, xˆ2) |
7 | Multiplication where the multiplication sign is omitted |
8 | Permutation (nPr), combination (nCr) |
9 | Multiplication (×), division (÷) |
10 | Addition (+), subtraction (−) |
If a calculation contains a negative value, you may need to enclose the negative value in parentheses. If you want to square the value -2, for example, you need to input: (-2)2. This is because x2 is a function preceded by a value (Priority 3, above), whose priority is greater than the negative sign, which is a prefix symbol (Priority 5).
Example:
((-))2
-22 = -4
((-))2
(-2)2 = 4