当前位置: 首页 > 文档资料 > ES6 入门教程 >

LOG10E

优质
小牛编辑
123浏览
2023-12-01

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 
<p></p>           

输出 (Output)

0.4342944819032518