Post Reply 
Plus42 Equations, Preview Release
12-15-2021, 06:39 PM
Post: #132
RE: Plus42 Equations, Preview Release
(12-15-2021 03:25 PM)Albert Chan Wrote:  I tried to implement TVM, rearranged to match HP12C order: N,I,PV,PMT,FV

TVM: (1/EXPM1(N*LNP1(I))*(PV+0*PMT+FV)+PV)*I+PMT=0

Curiously, if I expand the expression, cut/paste to calculator:

1/EXPM1(N*LNP1(I))*(PV+0*PMT+FV)*I+PV*I+PMT

All I get is 1, not the string.

Looking further, "E" caused the parsing issue.
"Everything" --> <Not a Number>
"1+E" --> 1
"1-E" --> 1
"1*E" --> 1
"1/E" --> 1
If I paste this equation while in the equation editor, the whole equation is perfectly recognized.
Do you mean that you tried to paste this equation in the stack ? In that case it is normal that it is parsed as a number...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Plus42 Equations, Preview Release - Vincent Weber - 12-15-2021 06:39 PM



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