Latest web development tutorials

JavaScript LOG10E property

Math Object Reference JavaScript Math Object

Examples

Returns base 10 logarithm of e:

Math.LOG10E;

Output:

0.4342944819032518

try it"

Definition and Usage

LOG10E property is the log 10 e, that is 10 logarithm to the base e, and its value is approximated .43429448190325181667.

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support LOG10E property.


grammar

Math.LOG10E

technical details

return value: Returns the base 10 logarithm of e (approximately equal to 0.434).
JavaScript version: 1.0


Math Object Reference JavaScript Math Object