JavaScript LN10 Property

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP







<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]
-->




JavaScript LN10 Property


❮ JavaScript Math Object



Example


Return the natural logarithm of 10:



Math.LN10;

<!--

The result will be:



2.302585092994046
-->
Try it Yourself »


Definition and Usage


The LN10 property returns the natural logarithm of 10, approximately 2.302.



Browser Support














Property
LN10 Yes Yes Yes Yes Yes

Syntax



Math.LN10


Technical Details






Return Value: A Number, representing the natural logarithm of 10
JavaScript Version: ECMAScript 1


❮ JavaScript Math Object