Post Reply 
HP 65 Card writer compatibility testing
08-17-2023, 09:10 PM
Post: #9
RE: HP 65 Card writer compatibility testing
No, mine is different. At first I thought to try the algorithm in 'Algorithms for RPN Calculators'. But that is wildly different than the equations you can find via Google.

Code:

* Lbl A {store ambient temp in degrees F}
Sto 1
Rtn
* Lbl B {store wind speed mph}
Sto 2
Rtn
* Lbl E {calculate effective temperature degrees F}
35.74
Enter
Rcl 1
.6215
X
+
Rcl 2
.16
Y^X
35.75
X
-
Rcl 2
.16
Y^X
Rcl 1
X
.4275
X
+
Rtn

Test Case:
47 degF at 14 mph is 41.07 degF effective temp

-J
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP 65 Card writer compatibility testing - John Garza (3665) - 08-17-2023 09:10 PM



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