Please give details of the problem
1 2 3
function round_2(my_number) { return Math.round(my_number*100)/100; }
Please give details of the problem