PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

Services_Weather_Common::calculateHumidity | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

Services_Weather_Common::calculateHumidity

Services_Weather_Common::calculateHumidity() – 温度と露点から湿度を計算する。これはあくまでも概算値で、 露点を正確に計算する公式はない。ここでは Magnus-Formula と言われるものを使用する

Synopsis

require_once '/Weather/Common.php';

float Services_Weather_Common::calculateHumidity ( float $temperature , float $dewPoint )

Description

温度と露点は摂氏で指定しなければなりません!

Parameter

float $temperature

float $dewPoint

Throws

No exceptions thrown.

Note

This function can not be called statically.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「Services_Weather_Common::calculateHumidity」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | Services_Weather_Common::calculateHumidity」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: