Services_Weather_Common::calculateDewPoint()

Services_Weather_Common::calculateDewPoint()  --  Calculate dewpoint from temperature and humidity This is only an approximation, there is no exact formula, this one here is called Magnus-Formula

Referentiesamenvatting

require_once '/Weather/Common.php';

float Services_Weather_Common::calculateDewPoint (float $temperature, float $humidity)

Beschrijving

Temperature has to be entered in deg C!

Parameter

float $temperature

float $humidity

Throws

No exceptions thrown.

Zie

see http://www.faqs.org/faqs/meteorology/temp-dewpoint/

Note

Deze functie kan niet statisch worden aangeroepen.