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.LN2

概要

2 の自然対数。約 0.693 です。

詳細

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

例: Math.LN2 の使用

以下の関数は、2 の自然対数を返します。:

function getNatLog2() {
   return Math.LN2
}

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

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