Simon Topliss wrote on Fri, 30 Nov 2007 21:04:43 +0000:

>(* Round to nearest (.5 away from zero) *)
>on rnd(n)
>	n div 0.5 - n div 1
>end rnd
>
>
>Sorry to anyone who's code that I've used without referencing the  
>original author (Nigel?).

Gosh. Yes. That's one of mine. Nice to know people are using it.  :)

NG