JavaScript LN10 Property

Definition and Usage

LN10 The property is loge10, which is the natural logarithm of 10, and its value is approximately 2.3025850929940459011.

Example

Returns the natural logarithm of 10:

Math.LN10;

Try It Yourself

Syntax

Math.LN10

Technical Details

Return value: A number representing the natural logarithm of 10.
JavaScript Version: ECMAScript 1

Browser Support

Math.LN10 Is an ES1 Feature (JavaScript 1999). All browsers fully support it:

Chrome IE Edge Firefox Safari Opera
Support Support Support Support Support Support

Related Pages

Tutorial:JavaScript Mathematics