Hello Webmal
The rounding switch allows you to round number up, down or use 5/4
rounding. This is easiest explained with an example.
Say you have 2.12345 showing on your screen, if you round this number
down you will get to 2. If you round this number up you will get to
3. With 5/4 rounding, if the fifth decimal is greater than or equal
to five, round the fourth decimal up by one; if the fifth decimal is
less than or equal to five, truncate after the fourth decimal. For
example with 5/4 rounding, 2.12345 equals 2.1235, and 2.12544 equals
2.1254.
The decimal point switch allows you to specify the number of numbers
after the decimal point. So 0 would make 12.4636 equal to 12, 2 would
make it 12.46 and 4 would make it 12.4636. F stands for floating
point and usually means that the decimal point "floats around" so that
you only ever have 12 digits on the screen (this usually depends on
the number of digits your calculator displays). The + is the standard
setting that applies no rounding of the numbers.
I hope this helps. If you have any further questions or queries on
this matter please ask for clarification and I will do my best to
help. |