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!
Es werden keine Exceptions ausgelöst.
see http://www.nws.noaa.gov/om/windchill/
Diese Methode kann nicht statisch aufgerufen werden.