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

Browserv understøttelse

Math.LOG10E Er ES1-karakteristik (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