Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Math.LOG10E

概要

10 を底とした E の対数。約 0.434 です。

詳細

LOG10E は、静的なプロパティなので、自ら生成した Math オブジェクトのプロパティとしてではなく、常に、Math.LOG10E として使用するようにしてください。

例: Math.LOG10E の使用

以下の関数は、10 を底とした E の対数を返します。

function getLog10e() {
   return Math.LOG10E
}

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: teoli, ethertank, Potappo
 最終更新者: teoli,