View Single Post
  #1   Report Post  
tomcat82 tomcat82 is offline
Junior Member
 
Posts: 5
Default

Quote:
Originally Posted by Spencer101 View Post
Sorry, I don't know much about the game. It's not a huge sport here in the UK.

So is there a rule that states which should be rounded up and which should not?

i.e. if the total ends in .1 it should stay as that but if it ends in .2 then it should be rounded up?
12.2 is still 12.2, but 12.3 should be 13.0

Basically .3 should already be the next .0. You know what I mean?


12.3 - 13.0
15.3 - 16.0
etc.


e.g.

15.2 + 0.1 = 16.0
15.2 + 0.2 = 16.1

Last edited by tomcat82 : September 12th 12 at 10:46 AM