require_once '/Weather/Common.php';
float Services_Weather_Common::calculateHumidity (float $temperature, float $dewPoint)
float Services_Weather_Common::calculateHumidity
Temperature and dewpoint have to be entered in deg C!
No exceptions thrown.
see http://www.faqs.org/faqs/meteorology/temp-dewpoint/
This function can not be called statically.