LOG2E

種類プロパティ(R)
書式 Math.LOG2E
解説
2を底とするeの対数の値です。
サンプルコード
function sampleCode()
{
txtField.data = Math.LOG2E;
}
sampleCode();
実際のスクリプトをダウンロード