Post Reply 
Programming Exercise (HP-15C, 15C LE - and others)
04-04-2014, 04:56 AM
Post: #89
RE: Programming Exercise (HP-15C, 15C LE - and others)
Code:
S0001 LBL S
S0002 0.00002
S0003 +
S0004 STO I
S0005 0
L0001 LBL L
L0002 RCL I
L0003 IP
L0004 ENTER
L0005 x^2
L0006 -
L0007 1/x
L0008 -
L0009 DSE I
L0010 GTO L
L0011 RTN

Using the above code (HP 33s code shown):

My HP 33s arrived at 0.69309718306 in 6:10

My HP 35s arrived at 0.69309718306 in 9:15
Visit this user's website 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) - Steve Simpkin - 04-04-2014 04:56 AM



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