20 | Page
•
o According to standard hierarchy.
o
_____________________________________________________________
FIXED AND FLOATING DISPLAY:
When displaying numerical values, there are cases where they are
displayed in fixed-point or in floating-point method (exponential
method).
In principle, the numerical values in the next range are displayed in
fixed point method, and the numerical values that are out of that
range are displayed in the floating-point direction.
Fixed point method:
Ex: 1x10
-9
-x10
-9
Floating point method:
Ex: 0.00012345678 1.2345678 X 1x10
-4
• For numerical values within the above range that cannot be
displayed in the fixed-point method, it will be automatically
switched to the floating-point method.