float point value : Float « Number Data Type « JavaScript Tutorial






<HTML>
<BODY>
<SCRIPT language="JavaScript">
<!--
var myVariable=2.59;
document.write(myVariable);

//-->
</SCRIPT>
</BODY>
</HTML>








5.4.Float
5.4.1.Floating-Point Numbers
5.4.2.Floating-point values can be represented using e-notation
5.4.3.float point value
5.4.4.Adding the float point numbers together