sddmiyuki / hpcalc-iphone

Automatically exported from code.google.com/p/hpcalc-iphone
GNU General Public License v2.0
0 stars 0 forks source link

HP16C multiply in decimal error #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Turn on the HP16C
2. Put it in decimal
3. Make 1.2 enter, 5 multiply

What is the expected output? What do you see instead?
Expected output 6. You get instead 60.

What version of the product are you using? On what operating system?
Ver 1.0.5. Operating system iphone 1 FW 1.1.3.

Please provide any additional information below.

Original issue reported on code.google.com by sanzo...@gmail.com on 31 Jul 2008 at 10:55

GoogleCodeExporter commented 9 years ago
try
f float 6
1.2 enter 5 *

Original comment by luv...@gmail.com on 31 Jul 2008 at 11:31

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
luvhed is correct.  Dec/Hex/Oct/Bin mode on the 16c support integer operations 
only.
 You must switch to float mode and give it a precision (e.g. 6) before performing
floating point operations.

Original comment by tomf...@gmail.com on 1 Oct 2008 at 1:01