English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Math.LOG10E PropertyRepresents the base of10The logarithm of base E, approximately equal to 0.434.
Due to LOG10E is a static property of Math, so you should always use it asMath.LOG10Eas opposed to using it as a property of the created Math object.
Math.LOG10E
Math.LOG10E;Test and See‹/›
All browsers fully support Math.LOG10E Property:
Property | |||||
Math.LOG10E | Yes | Yes | Yes | Yes | Yes |
Writable: | None |
---|---|
Enumerable: | None |
Configurable: | None |
Return Value: | A number representing the base of10The logarithm of base E |
JavaScript Version: | ECMAScript 1 |