JavaScript Math.LOG10E
Definition and Usage
The Math.LOG10E property returns the base-10 logarithm of E.
The Math.LOG10E property returns approximately 0.434.
JavaScript Logarthmic Functions:
The Math.log() MethodThe Math.log2() Method
The Math.log10() Method
The Math.log1p() Method
Logarthmic Properies:
The Math.LN2 PropertyThe Math.LN10 Property
The Math.LOG2E Property
The Math.LOG10E Property
Exponential Functions:
The Math.E Property (Euler's Number)The Math.exp() Method
The Math.expm1() Method
Syntax
Math.LOG10E
Return Value
| Type | Description |
| Number | The 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 |