Math.LN10 value is:
document.getElementById("demo").innerHTML = Math.LN10; ``` --- ## Related Pages ( ( [JavaScript Random() Method]( --- E-mail: service@ (#)Jsref Ln10
# JavaScript LN10 Property
## Definition and Usage
The LN10 property returns the natural logarithm of 10, approximately 2.302585092994046.
## Browser Support
| Attribute | | | | | |
|---|---|---|---|---|---|
| LN10 | Yes | Yes | Yes | Yes | Yes |
## Technical Details
| Return Value: | A number, the natural logarithm of 10 |
|---|---|
| JavaScript Version: | 1.5 |
## Example
Return the natural logarithm of 10:
```html
YouTip