ES6 - Math-LOG10E Property



Base 10 logarithm of E, approximately 0.434.

Syntax

Math.LOG10E 

Example

console.log(Math.LOG10E) // the base 10 logarithm of Math.E: 0.434           

Output

0.4342944819032518            
Advertisements