Victor Technology V12 Calculator User Manual


 
VICTOR TECHNOLOGY
45
Touching r FRAC displays the fractional part of the value (all digits to the left
of the decimal point are replaced by a 0.)
The use of r FRAC also changes the number inside the x register. In RPN
method, the original number can be viewed again in the display screen by
touching r LSTx .
Example
ENTRIES DISPLAY
99.12 ENTER
99.12
Displays the value.
r FRAC
0.12
Displays the fractional portion of the value.
r LSTx
99.12
Displays the original value.
Integer Values
Touching r INTG will replace the number on the display screen with its
integer part (all digits to the right of the decimal point are replaced by 0)
Just like r FRAC , r INTG also changes the number inside the unit. In RPN
method, the original number can be viewed again on the display screen by
touching r LSTx.
Example
ENTRIES DISPLAY
99.12 ENTER
99.12
Displays the value.
r INTG
99.00
Displays the integer portion of the value.
r LST X
99.12
Displays the original value.
Rounded Values