Post Reply 
HP35s Revisited Bug # 14
02-21-2015, 09:11 PM (This post was last modified: 02-21-2015 10:27 PM by Tugdual.)
Post: #11
RE: HP35s Revisited Bug # 14
(02-21-2015 08:28 PM)Thomas Ritschel Wrote:  Interesting is also this EQN:
Code:
-(R*156.25)/(Q*X-208.333333334)

In the first run it asks for all three variables, but in the second run it only asks for X and then returns -0.99715.

So, obviously here it uses the old result -466.92696 for both variables, R and Q:
-0.99715 = -(-466.92696*X)/(-466.92696*X-R)
Hmm would it be related to opening parenthesis?

Edit: obviously yes!
I took my former EQN and added parenthesis at the beginning
Code:
-R*156.25/(X*1.77951304201-208.333333334) => 31.32309
became 
-(R*156.25)/(X*1.77951304201-208.333333334) => -70.20286
Now R is also totally skipped, meaning that the second time XEQ EQN doesn't prompt for any value and returns -70.20286.

So it looks like any "(RCL X" is replaced by the former EQN result.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP35s Revisited Bug # 14 - Tugdual - 02-21-2015, 08:45 AM
RE: HP35s Revisited Bug # 14 - Tugdual - 02-21-2015, 11:24 AM
RE: HP35s Revisited Bug # 14 - Tugdual - 02-21-2015, 07:51 PM
RE: HP35s Revisited Bug # 14 - Tugdual - 02-21-2015 09:11 PM



User(s) browsing this thread: 1 Guest(s)