概要
10 を底とした E の対数。約 0.434 です。
詳細
LOG10E
は、静的なプロパティなので、自ら生成した Math
オブジェクトのプロパティとしてではなく、常に、Math.LOG10E
として使用するようにしてください。
例
例: Math.LOG10E
の使用
以下の関数は、10 を底とした E
の対数を返します。
function getLog10e() { return Math.LOG10E }
10 を底とした E の対数。約 0.434 です。
LOG10E
は、静的なプロパティなので、自ら生成した Math
オブジェクトのプロパティとしてではなく、常に、Math.LOG10E
として使用するようにしてください。
Math.LOG10E
の使用以下の関数は、10 を底とした E
の対数を返します。
function getLog10e() { return Math.LOG10E }
Math
Math.abs()
Math.acos()
Math.acosh()
[Translate]Math.asin()
Math.asinh()
[Translate]Math.atan()
Math.atan2()
Math.atanh()
[Translate]Math.cbrt()
[Translate]Math.ceil()
Math.clz32()
[Translate]Math.cos()
Math.cosh()
[Translate]Math.exp()
Math.expm1()
[Translate]Math.floor()
Math.fround()
[Translate]Math.hypot()
[Translate]Math.imul()
Math.log()
Math.log10()
[Translate]Math.log1p()
[Translate]Math.log2()
[Translate]Math.max()
Math.min()
Math.pow()
Math.random()
Math.round()
Math.sign()
[Translate]Math.sin()
Math.sinh()
[Translate]Math.sqrt()
Math.tan()
Math.tanh()
[Translate]Math.trunc()
[Translate]Object
__defineGetter__
__defineSetter__
Object.prototype.__lookupGetter__()
Object.prototype.__lookupSetter__()
Object.prototype.hasOwnProperty()
Object.prototype.isPrototypeOf()
Object.prototype.propertyIsEnumerable()
Object.prototype.toLocaleString()
Object.prototype.toSource()
Object.prototype.toString()
Object.prototype.unwatch()
Object.prototype.valueOf()
Object.prototype.watch()