Округление чисел // Примеры
document.write(Math.round(0.60) + « «); document.write(Math.round(0.50) + « «); document.write(Math.round(0.49) + « «); document.write(Math.round(-4.40) + « «); document.write(Math.round(-4.60)); К примерам JavaScript >> В раздел JavaScript >> На главную >>
Читать далее →