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

