'toExponential()' Example : toExponential « Javascript Methods « JavaScript Reference

'toExponential()' Example

    
<html>
<body>
<button onclick="var myNum = new Number(10000); alert(myNum.toExponential(1));">
10000 exp </button>
</body>
</html>

    
      
      








Related examples in the same category

1.'toExponential()' Syntax, Parameters and Note
2.'toExponential()' is applied to