Contact: aviboots(AT)netvision.net.il
41,096 questions
53,569 answers
573 users
x = 9382.4; y = (x + 1/2r).floor puts y x = 9382.5; y = (x + 1/2r).floor print y # # run: # # 9382 # 9383 #