10を底とするネイピア数の対数
M_LOG10E
(プラグイン / モジュール : hspmath)
10を底とするネイピア数の対数を表す定数です。 10を底とするネイピア数の対数とは、log10(m_e)のことを指します。
#include "hspmath.as" a = m_e mes "10を底とするaの対数は" + log10(a) + "です。" mes "これはlogf(a) * m_log10eとしても求められます:" + (logf(a) * m_log10e) + "\n" mes "このようにm_log10eを「eを底とする対数」にかけることで、" mes "「10を底とする対数」を得ることができます。" stop
プラグイン / モジュール | hspmath |
バージョン | 3.6 |
作成日 | 2011/05/10 |
著作者 | HSPWiki |
備考 | hspmath.asをインクルードすること。 |
タイプ | ユーザー定義マクロ |
グループ | 数学定数 |
対応環境 |
|
hs ファイル | hsphelp\hspmath.hs |