but an input of 8.925 still return 8.92 where as i need 8.93
you will get exactly that, all you have to do is to try it out
round( 8.925, 2 ); and see what you get