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: Number, representing the natural logarithm of 10.
JavaScript version: ECMAScript 1

Browsers understøttelse

Math.LN10 Er ES1-karakteristikker (JavaScript 1999). Alle browsere understøtter det fuldt ud:

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

Relaterede sider

Tilførsel:JavaScript matematik