Descripción
Devuelve el logaritmo natural de 10, que es aproximadamente 2,302.
Sintaxis
Su sintaxis es la siguiente:
Math.LN10
Ejemplo
Pruebe el siguiente programa de ejemplo.
<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>
Salida
Property Value is : 2.302585092994046