Changes

Jump to: navigation, search

JavaScript Math Object

4 bytes added, 14:14, 18 May 2007
Rounding and Truncating Numbers with the the Math Object
<pre>
var rounded = Math.round(8.87);
</pre>

Navigation menu