JavaScript LOG10E property

Definition and usage

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

Example

Returns the logarithm base 10 of E :

Math.LOG10E;

Try it yourself

Syntax

Math.LOG10E

Technical details

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

Support du navigateur

Math.LOG10E C'est une caractéristique ES1 (JavaScript 1999). Tous les navigateurs le supportent pleinement :

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

Pages connexes

Tutoriel :Mathématiques JavaScript