JavaScript tutorial:
LOG10E property

 

Applies to: Math Object

The LOG10E property use use to get the base-10 logarithm of e, Euler's constant.

Syntax

var varName
varName = objName
.LOG10E

Return value

Returns the base-10 logarithm of e, Euler's constant.

Example

The LOG10E property, a constant, is approximately equal to 0.434.

See also: Math Object Properties