Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17221 программист и 1835 роботов. Сейчас ищут 1563 программиста ...
Services_Weather_Common::calculateDewPoint
Вернуться к: Services_Weather
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
Synopsis
require_once '/Weather/Common.php';
float Services_Weather_Common::calculateDewPoint ( float $temperature , float $humidity )
Temperature has to be entered in deg C!
Parameter
- float $temperature
- float $humidity
Throws
No exceptions thrown.
Note
This function can not be called statically.
Вернуться к: Services_Weather