这是一个欧拉常数,是自然对数的底数,大约为2.718。
E - 语法
它的语法如下-
Math.E
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