JavaScript LOG10E Property
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 |
JavaScript Math Object