HP71B RES bug?
|
01-02-2020, 03:29 PM
(This post was last modified: 01-02-2020 03:31 PM by Sylvain Cote.)
Post: #2
|
|||
|
|||
RE: HP71B RES bug?
The reference manual says:
Code: The HP-71 stores the result of each numeric assignment and calculator statement in a register re- So I would assume that the equal of the user defined function fit the above description and it matches you're "got" values. Step 1 : 1 + 0 Code: 1 + 0 // RES is set to 1 Step 2 : FNK(2,RES) + FNK(3,RES) + FNK(4,RES) Code: // RES has 1 Step 3 : FNR(RES*2) + FNR(RES/2) Code: // RES has 32 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP71B RES bug? - Albert Chan - 01-02-2020, 02:05 PM
RE: HP71B RES bug? - Sylvain Cote - 01-02-2020 03:29 PM
|
User(s) browsing this thread: 1 Guest(s)