Post Reply 
Programming Exercise (HP-15C, 15C LE - and others)
03-31-2014, 08:01 PM
Post: #72
RE: Programming Exercise (HP-15C, 15C LE - and others)
(03-31-2014 07:22 PM)Thomas Klemm Wrote:  This might be a little faster:
Code:
L04 ENTER
L05 x^2
L06 +

And this is is a little shorter:
Code:

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

My HP-32SII is slower than Brian's: 5 m 29s here.

Cheers,

Gerson.
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) - Gerson W. Barbosa - 03-31-2014 08:01 PM



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