RPN programming perplexity driving me nuts
|
11-29-2017, 08:53 PM
Post: #1
|
|||
|
|||
RPN programming perplexity driving me nuts
Hi folks,
Maybe it's my advancing years (lol) or something, but I just can't figure out what is going on. Wrote a very simply RPN routine on my 15C and the "bug" seems to replicate on 11C so must be a logic issue. I just want to calculate X - 1 ------ X^2 - 1 (x minus 1, divided by x-squared minus 1) So this is what I put in: LABEL A ENTER 1 - X <-> Y X^2 1 - / R/S The way I run it is just typing a number then issuing "f A" to run it. It seems not to work as intended if I do not press ENTER before issuing "f A" I thought the first ENTER (line 2) already puts the number I typed into both Y and X on the stack? And that I do not need to press ENTER before running the program, because whatever I typed (prior to issuing f-A) is already in the X register? ??? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
RPN programming perplexity driving me nuts - lemontea - 11-29-2017 08:53 PM
RE: RPN programming perplexity driving me nuts - Paul Dale - 11-29-2017, 09:09 PM
RE: RPN programming perplexity driving me nuts - hth - 11-29-2017, 09:11 PM
RE: RPN programming perplexity driving me nuts - Philippe - 11-29-2017, 09:16 PM
RE: RPN programming perplexity driving me nuts - lemontea - 11-29-2017, 11:15 PM
RE: RPN programming perplexity driving me nuts - Dieter - 11-29-2017, 10:13 PM
RE: RPN programming perplexity driving me nuts - lemontea - 11-29-2017, 11:13 PM
|
User(s) browsing this thread: 4 Guest(s)