C'est la base de la constante d'Euler et du logarithme népérien, environ 2,718.
Syntaxe :
Math.E
Exemple :
<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>
Cela produira les résultats suivants :
Property Value is : 2.718281828459045