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

JavaScript Math.LN2 Property

 JavaScript Math Object

Math.LN2Property indicates2The natural logarithm, about 0.693.

Due to LN2Is a static property of Math, so you always use it asMath.LN2, rather than used as properties of the Math object created.

Syntax:

Math.LN2
Math.LN2;
Test and see‹/›

Browser Compatibility

All browsers fully support Math.LN2Property:

Property
Math.LN2IsIsIsIsIs

Technical Details

Writable:None
Enumerable:None
Configurable:None
Return value:Represents2The natural logarithm of the number
JavaScript Version:ECMAScript 1

 JavaScript Math Object