Ini akan mengembalikan nilai E dalam asas 10, iaitu lebih kurang 0.434.
Tatabahasa
Contoh:
1 2 3 4 5 6 7 8 9 10 11 | <html>
<head>
<title>JavaScript Math LOG10E Property</title>
</head>
<body>
<script type= "text/javascript" >
var property_value = Math.LOG10E
document.write( "Property Value is : " + property_value);
</script>
</body>
</html>
|
Salin selepas log masuk
Ini akan menghasilkan keputusan berikut:
1 | Property Value is : 0.4342944819032518
|
Salin selepas log masuk