JavaScript LOG10E Property
Complete Math Object Reference
Definition and Usage
The LOG10E property returns the base-10 logarithm of E, approximately 0.434.
Syntax
Example
<script type="text/javascript">
document.write("LOG10E: " + Math.LOG10E);
</script>
|
The output of the code above will be:
LOG10E: 0.4342944819032518
|
Try-It-Yourself Demos
LOG10E property
Use LOG10E to return the base-10 logarithm of E.
Complete Math Object Reference
Learn XML with <oXygen/> XML Editor - Free Trial!
|
|
oXygen helps you learn to define,
edit, validate and transform XML documents. Supported technologies include XML Schema,
DTD, Relax NG, XSLT, XPath, XQuery, CSS.
Understand in no time how XSLT and XQuery work by using the intuitive oXygen debugger!
Do you have any XML related questions? Get free answers from the oXygen
XML forum
and from the video
demonstrations.
Download a FREE 30-day trial today!
|
|