DOC

How calculators work

Why Fraction Mode Can Keep an Answer Exact

Fraction mode does not make a calculator smarter. It delays approximation by storing a numerator and denominator until the display or operation forces a decimal.

The decimal 0.333333333 looks like an answer. The fraction 1/3 admits that it is a relationship. A calculator in fraction mode can preserve that relationship instead of spending its limited display digits on a rounded imitation.

This is not an escape from limits. The numerator and denominator still need storage, and the screen still has only so much room. But exact-looking arithmetic can survive longer before the calculator chooses a decimal form.

numeratorthe counted parts/overdenominatorthe equal whole

Exact means exact under the chosen representation

Adding 2/3 and 1/5 can produce 13/15 without displaying a string of repeating decimal digits. The calculator combines the rational values, reduces the result when possible, and keeps the pair of integers as the visible form.

Casio manuals note that fractions are reduced to lowest terms and that mixing fractions with decimal values can force a decimal result. That boundary is important: typing 1.6 tells the calculator you have chosen an approximate decimal input, not an undisclosed fraction.

A fraction bar balancing a numerator and denominator beside a calculator
A fraction keeps the relationship visible instead of replacing it with a rounded decimal.
2/3 + 1/5fraction inputs13/15
1/2 + 1.6fraction plus decimal2.1

The display can be the limiting factor

An exact fraction is not automatically compact. A large numerator and denominator can occupy more digits than the calculator can show comfortably. Casio documents a threshold based on the total number of digits and separators in a fractional value; beyond that point, the result is displayed as a decimal.

A calculator switching from an exact fraction to a decimal when the fraction grows too wide
The fraction mode has to negotiate with the physical width of the display.
Exact displaywhen the fraction fits the configured outputDecimal displaywhen the value or input style exceeds that boundary

Reduction is a small proof of housekeeping

The calculator can represent 2/4 and 1/2 as the same rational value, but the reduced form is easier to read and compare. Simplification is not cosmetic; it prevents the numerator and denominator from carrying a common factor that says nothing about the value.

Two fraction stacks being reduced by folding out common factors
Reduction removes shared factors so the displayed fraction says more with less.
Fraction mode is a refusal to round early, not a promise to ignore the display.

Sources and further reading