webscripter
Programmer
Hi everyone,
I have a wind chill formula that uses exponential notation, which I'm new to. Can someone tell me how to write t his equation in perl.
windchill=(13.12+0.6215*temp-11.37*Math.pow(wind,0.16)+0.3965*temp*Math.pow(wind,0.16));
Thanks
Pat
ideas@microwebber.com
I have a wind chill formula that uses exponential notation, which I'm new to. Can someone tell me how to write t his equation in perl.
windchill=(13.12+0.6215*temp-11.37*Math.pow(wind,0.16)+0.3965*temp*Math.pow(wind,0.16));
Thanks
Pat
ideas@microwebber.com