Post Reply 
Which programs do you actually use in your calculator?
04-05-2018, 09:37 PM (This post was last modified: 04-05-2018 09:38 PM by Bill Duncan.)
Post: #15
RE: Which programs do you actually use in your calculator?
Quite a few in my HP-48G, but 3 are used a lot and yet are so simple. They emulate the way my HP-41 does percentage calculations, leaving the first operand in the Y register so you can use it in further calculations.

Code:

@ A%
\<< OVER SWAP % \>>

@ CH%
\<< OVER SWAP %CH \>>

@ T% percent of total
\<< INV A% INV \>>

There's another program called "lastx" I use alot on the 48, again, to emulate the RPN functionality which I'm rather attached to..
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Which programs do you actually use in your calculator? - Bill Duncan - 04-05-2018 09:37 PM



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