这是一个欧拉常数,是自然对数的底数,大约为2.718。
E - 语法
Math.E
E - 示例
console.log(Math.E) //the root of the natural logarithm: ~2.718
运行上面代码输出
2.718281828459045
参考链接
https://www.learnfk.com/es6/es6-math-property-e.html
标签:es6,教程,函数,示例,无涯,www,自然对数,2.718,Math From: https://blog.51cto.com/u_14033984/9612441