Post Reply 
(71B) Dew Point Measurement (in °F)
06-27-2016, 03:33 AM
Post: #1
(71B) Dew Point Measurement (in °F)
(source: http://ag.arizona.edu/azmet/dewpoint.html )

Code:
Program DEWPOINT
10 DESTROY T,H,V,W,C,D
20 INPUT “TEMP °F”;T
22 C=(T-32)*5/9
26 INPUT “REL HUMIDITY (%):”;H
30 V=(LOG(H%1)+17.27*C/(237.3+C))/17.27
32 W=237.3*V/(1-V)
40 D=9/5*W+32
42 DISP “DEW POINT °F:”;D


// Degree symbol:  [ g ] [RUN] (CTRL) [ A ]
Visit this user's website Find all posts by this user
Quote this message in a reply
06-30-2016, 04:59 PM
Post: #2
RE: (71B) Dew Point Measurement (in °F)
Hello Eddie, here a program about the subjet for HP 35s, also instructions and example. Please correct if something is wrong

Nice to hear about you, Pedro


Attached File(s)
.pdf  HP 35s - Dew Point.pdf (Size: 99.56 KB / Downloads: 12)
Find all posts by this user
Quote this message in a reply
Post Reply 




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