Post Reply 
Clarification on HP-35S Derivative program, please
10-31-2022, 01:09 AM
Post: #1
Clarification on HP-35S Derivative program, please
Hi all.

In an earlier post:

HP-35S Calculating Derivatives

the listing is a little unclear.

LBL D
INPUT X
STO C
-->XEQ 001 (what label is the branch target)
STO F
(EQN) 1E-10
STO D
STO+X
X<>Y
XEQ F001
RCL -F
RCL /D
R up
RCL -D
STO X
R down
XEQ F 001
RCL -F
RCL /D
+/-
X<>Y
RTN
STO A
RCL xC
+/-
RCL +F
STO B
RCL A
+/-
1/X
STO E
RCL xC
R up
-
+/-
STO G
(EQN) [A,B]
STO D
(EQN) [E,G]
STO F
RCL D
RCL F
RTN
Find all posts by this user
Quote this message in a reply
10-31-2022, 01:55 AM
Post: #2
RE: Clarification on HP-35S Derivative program, please
That should be:
Code:
XEQ F001
As in the lines bellow.
It evaluates the function F.
Find all posts by this user
Quote this message in a reply
10-31-2022, 02:28 AM
Post: #3
RE: Clarification on HP-35S Derivative program, please
(10-31-2022 01:55 AM)Thomas Klemm Wrote:  That should be:
Code:
XEQ F001
As in the lines bellow.
It evaluates the function F.

Thanks for the note.

Appreciated.
Find all posts by this user
Quote this message in a reply
Post Reply 




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