Canvas 400x200 pixel
Click on page.
Math.round(12.34) == 12 Math.round(12.34 * 10) / 10 == 12.3 dim: 12.34 * 10 == 123.4 Math.round(123.4) == 123 123/10 == 12.3