JavaScript - Proprietà Math LN10
Descrizione
Restituisce il logaritmo naturale di 10 che è circa 2,302.
Sintassi
La sua sintassi è la seguente:
Math.LN10
Esempio
Prova il seguente programma di esempio.
<html>
<head>
<title>JavaScript Math LN10 Property</title>
</head>
<body>
<script type = "text/javascript">
var property_value = Math.LN10
document.write("Property Value is : " + property_value);
</script>
</body>
</html>
Produzione
Property Value is : 2.302585092994046