JavaScript - Propriété Math E
La description
C'est la constante d'Euler et la base des logarithmes naturels, environ 2,718.
Syntaxe
Sa syntaxe est la suivante -
Math.E
Exemple
Essayez l'exemple de programme suivant.
<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>
Production
Property Value is :2.718281828459045