JavaScript LOG10E property

Definition and usage

LOG10E The property is log10e, which is the logarithm base 10 of e, and its value is approximately 0.43429448190325181667.

Example

Returns the logarithm base 10 of E:

Math.LOG10E;

Try it yourself

Syntax

Math.LOG10E

Technical details

Return value: A number representing the logarithm base 10 of E.
JavaScript version: ECMAScript 1

Browser Support

Math.LOG10E Is an ES1 feature (JavaScript 1999). All browsers fully support it:

Chrome IE Edge Firefox Safari Opera
Support Support Support Support Support Support

Related Pages

Tutorial:JavaScript Mathematics