JavaScript LOG10E property

Definition and usage

LOG10E The property is log10e, which is the logarithm of e to the base 10, and its value is approximately 0.43429448190325181667.

Example

Returns the logarithm of E to the base 10:

Math.LOG10E;

Try it yourself

Syntax

Math.LOG10E

Technical details

Return value: A number representing the logarithm of E to the base 10.
JavaScript version: ECMAScript 1

Webbläsarstöd

Math.LOG10E Är en ES1-funktion (JavaScript 1999). Alla webbläsare stöder det fullt ut:

Chrome IE Edge Firefox Safari Opera
Stöd Stöd Stöd Stöd Stöd Stöd

Relaterade sidor

Lärord:JavaScript matematik