JavaScript Math E 属性
描述
这是一个欧拉常数,也是自然对数的底数,约为2.718。
语法
它的语法如下所示−
Math.E
示例
尝试以下示例程序。
<html>
<head>
<title>JavaScript Math E Property</title>
</head>
<body>
<script type = "text/javascript">
var property_value = Math.E
document.write("Property Value is :" + property_value);
</script>
</body>
</html>
输出
Property Value is :2.718281828459045