JavaScript LOG10E Property
THE WORLD'S LARGEST WEB DEVELOPER SITE

JavaScript LOG10E Property

❮ JavaScript Math Object

Example

Return the base-10 logarithm of E:

Math.LOG10E;
Try it Yourself »

Definition and Usage

The LOG10E property returns the base-10 logarithm of E, approximately 0.434.


Browser Support

Property
LOG10E Yes Yes Yes Yes Yes

Syntax

Math.LOG10E

Technical Details

Return Value: A Number, representing the base-10 logarithm of E
JavaScript Version: ECMAScript 1

❮ JavaScript Math Object