LOG10E

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