Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18933 программиста и 1633 робота. Сейчас ищут 1194 программиста ...
Services_Weather_Common::calculateHumidity
Вернуться к: Services_Weather
Services_Weather_Common::calculateHumidity
Services_Weather_Common::calculateHumidity() – Calculate humidity from temperature and dewpoint 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::calculateHumidity ( float $temperature , float $dewPoint )
Temperature and dewpoint have to be entered in deg C!
Parameter
- float $temperature
- float $dewPoint
Throws
No exceptions thrown.
Note
This function can not be called statically.
Вернуться к: Services_Weather