Post Reply 
Programming Exercise (HP-15C, 15C LE - and others)
03-31-2014, 06:42 PM
Post: #69
RE: Programming Exercise (HP-15C, 15C LE - and others)
I tried the "two-terms-at-a-time" method on my HP-32SII:
Code:

A01 LBL A
A02 0.00002
A03 +
A04 1
A05 -
A06 STO I
A07 0
L01 LBL L
L02 RCL I
L03 IP
L04 ENTER
L05 ENTER
L06 x
L07 +
L08 1/x
L09 +
L10 DSE I
L11 GTO L
L12 RTN

10000 XEQ A
Yields: 0.69309718306 in about 5min 15sec

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


Messages In This Thread
RE: Programming Exercise (HP-15C, 15C LE - and others) - bkn42 - 03-31-2014 06:42 PM



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