(HP-65) Percent Functions
|
01-11-2020, 05:13 PM
(This post was last modified: 01-11-2020 09:11 PM by Dave Britten.)
Post: #1
|
|||
|
|||
(HP-65) Percent Functions
Strangely, I couldn't find a program like this in the Standard Pac or any of the add-on application pacs, but this program adds the basic % and Δ% functions of other HP calculators. There was plenty of memory left over to also include versions of these functions that work directly with D.MMSS inputs.
EDIT: I've incorporated Bob's suggestion below to add a %T (percent-of-total) function to the unused E key. Recommended Key Labels A: % B: Δ% C: D.MS% D: D.MSΔ% E: %T Usage The % and D.MS% functions calculate x percent of y, and place the result in x while leaving y, z, and t unchanged (R9 is used to preserve t). The D.MS% function expects y to be in D.MMSS format, and will return the result in the same format. You can then follow these functions with + or - (or f/f^-1 D.MS+) to calculate x percent increase/decrease in y. The Δ% and D.MSΔ% functions calculate the percent change from a starting value in y to a final value in x. D.MSΔ% expects both x and y to be in D.MMSS format. Both functions consume the values in x and y, with the result returned in x, and t being copied when the stack drops. The %T function calculates what percentage of y is equal to x. Like the % and D.MS% functions, it leaves y, z, and t unchanged. Code: LBL 23 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(HP-65) Percent Functions - Dave Britten - 01-11-2020 05:13 PM
RE: (HP-65) Percent Functions - rprosperi - 01-11-2020, 06:45 PM
RE: (HP-65) Percent Functions - Dave Britten - 01-11-2020, 08:09 PM
RE: (HP-65) Percent Functions - Paul Dale - 01-12-2020, 03:59 AM
RE: (HP-65) Percent Functions - Dave Britten - 01-12-2020, 02:00 PM
RE: (HP-65) Percent Functions - SlideRule - 01-12-2020, 02:52 PM
RE: (HP-65) Percent Functions - Dave Britten - 01-12-2020, 05:28 PM
RE: (HP-65) Percent Functions - Gamo - 01-12-2020, 05:15 AM
|
User(s) browsing this thread: 1 Guest(s)