require_once '/Weather/Common.php';
float Services_Weather_Common::calculateWindChill (float $temperature, float $speed)
float Services_Weather_Common::calculateWindChill
Temperature has to be entered in deg F, speed in mph!
No exceptions thrown.
see http://www.nws.noaa.gov/om/windchill/
Эта функция не должна вызываться статически.