
Modify
Function to round calculation results.
Even after setting the number of decimal places on the display, the calculator per- forms calculations using a larger number of decimal places than that which appears on the display. By using this function, internal calculations will be performed using only the displayed value.
<Example> FIX mode TAB = 1 (normal calculation)
5  | 9  | 0.  | 6  | (internally, 0 . 5555 ... ) | 
  | 9  | 5.  | 0  | 
  | 
Rounded calculation (MDF)
5 
 9 
 0.6 (internally, 0 . 5555 ... )
(internally, 0 . 6)
9 
 5.4
A P P L IC AT IO N S:
Frequently used in scientific and technical fields, as well as business, when performing chained calculations.
9