JavaScript LOG10E Property
JavaScript Math Object
Definition and Usage
The LOG10E property returns the base-10 logarithm of E, approximately 0.434.
Syntax
Example
Example
Return the base-10 logarithm of E:
<script type="text/javascript">
document.write("LOG10E: " + Math.LOG10E);
</script>
|
The output of the code above will be:
|
LOG10E: 0.4342944819032518
|
Try it yourself »
|
JavaScript Math Object
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|