JavaScript Math.LOG10E

Example

let x = Math.LOG10E;
Try it Yourself »

Description

The Math.LOG10E property returns the base-10 logarithm of E.

The Math.LOG10E property returns approximately 0.434.



Syntax

Math.LOG10E

Return Value

Type Description
NumberThe base-10 logarithm of E.


Browser Support

Math.LOG10E is an ECMAScript1 (ES1) feature.

ES1 (JavaScript 1997) is fully supported in all browsers:

Chrome Edge Firefox Safari Opera IE
Yes Yes Yes Yes Yes Yes

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.