HP Forums

Full Version: (71B) Dew Point Measurement (in °F)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(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 ]
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
Reference URL's