Post Reply 
(32S) Accurate TVM with direct solutions
12-31-2015, 01:37 PM (This post was last modified: 12-31-2015 02:09 PM by Dave Britten.)
Post: #8
RE: (32S) Accurate TVM with direct solutions
Just for comparison's sake, this is the one-label solver version that I keep in my pocket 32S notebook "just in case". It's a couple steps longer than Dieter's; I don't know if there are any meaningful differences between the two.

Code:

LBL T
INPUT N
INPUT I
INPUT P
INPUT M
INPUT F
INPUT B
2
10^x
RCL/ I
RCL+ B
RCL I
2
10^x
/
ENTER
ENTER
1
+
LN
x<>y
*
LASTx
1
+
1
-
/
STO L
RCL* N
2
/
STO T
e^x
2
*
RCL T
SINH
*
*
RCL* M
RCL L
RCL* N
e^x
RCL* P
+
RCL+ F
RTN
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP 35s - TVM from Gene Wright - PedroLeiva - 12-03-2015, 12:39 PM
RE: (32S) Accurate TVM with direct solutions - Dave Britten - 12-31-2015 01:37 PM



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