В помощь программисту

JavaScript

function test(){
  alert(Math.round(1.123,2));
}

Конец блока.