Services_Weather_Common::calculateWindChill

Services_Weather_Common::calculateWindChill() – Calcule la température du vent à partir de la température et de la vitesse du vent

Synopsis

require_once '/Weather/Common.php';

float Services_Weather_Common::calculateWindChill ( float $temperature , float $speed )

Description

La température doit être entrée en degrès F, la vitesse en mph!

Parameter

float $temperature

float $speed

Throws

No exceptions thrown.

Note

This function can not be called statically.