34,333
edits
Changes
→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 ==