Changes

Jump to: navigation, search

JavaScript Math Object

159 bytes added, 20:55, 17 May 2007
Using JavaScript Math Object and Properties
<pre>
Math.sqrt(3);
</pre> == Rounding and Truncating Numbers with the the Math Object == The ''ceil()'', ''floor()'' and ''round()'' methods can be used to round number up and down:
== Rounding and Truncating Numbers with the the Math Object ==

Navigation menu