THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

JavaScript LOG10E Property

Math Object Reference JavaScript Math Object

Example

Return the base-10 logarithm of E:

Math.LOG10E;

The result will be:

0.4342944819032518
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: 1.0

Math Object Reference JavaScript Math Object