JavaScript LOG10E Property
Clash Royale CLAN TAG#URR8PPP
<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]-->
JavaScript LOG10E Property
❮ JavaScript Math Object
Example
Return the base-10 logarithm of E:
Math.LOG10E;
<!--
The result will be:
0.4342944819032518
-->Try it Yourself »
Definition and Usage
The LOG10E property returns the base-10 logarithm of E, approximately 0.434.
Browser Support
Property | |||||
---|---|---|---|---|---|
LOG10E | Yes | Yes | Yes | Yes | Yes |
Syntax
Math.LOG10E
Technical Details
Return Value: | A Number, representing the base-10 logarithm of E |
---|---|
JavaScript Version: | ECMAScript 1 |
❮ JavaScript Math Object