E的以10为底的对数,约为0.434。
LOG10E - 语法
Math.LOG10E
LOG10E - 示例
console.log(Math.LOG10E) //the base 10 logarithm of Math.E: 0.434
运行上面代码输出
0.4342944819032518
参考链接
https://www.learnfk.com/es6/es6-math-property-log10e.html
标签:es6,教程,10,LOG10E,示例,无涯,0.434,Math From: https://blog.51cto.com/u_14033984/9613907