English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

JavaScript Math.LN10 Property

 JavaScript Math Object

ofMath.LN10The property represents10The natural logarithm of2.302.

Because LN10Is a static property of Math, so you always use it asMath.LN10, rather than used as a property of the Math object created.

Syntax:

Math.LN10
Math.LN10;
Test and See‹/›

Browser Compatibility

All browsers fully support Math.LN10Property:

Property
Math.LN10IsIsIsIsIs

Technical Details

Writable:None
Enumerable:None
Configurable:None
Return Value:represents the natural logarithm10The number
JavaScript Version:ECMAScript 1

 JavaScript Math Object