Post Reply 
(RPL) percentage function % not preserving stack level 2
01-06-2019, 05:08 PM (This post was last modified: 01-06-2019 05:13 PM by Bill Duncan.)
Post: #13
RE: (RPL) percentage function % not preserving stack level 2
The following "works for me"[tm].. I have these assigned to variables in the home directory and in the CST file. Add percent, percent of total and delta percent, all preserving in what was the Y register. Simple, effective, I use them all the time on my hp-48gx..

Code:

A%  << OVER SWAP % >>
T%  << INV A% INV >>
CH%  << OVER SWAP %CH >>

CST file in the home directory has those functions (as well as others).. YMMV.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (RPL) percentage function % not preserving stack level 2 - Bill Duncan - 01-06-2019 05:08 PM



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