jock . lawrie Tue, 27 Oct 2015 18:03:25 -0700
Hi there, I'm using Julia 0.4.0.
round(4.5) gives 4.0, i.e. it rounds down. round(5.5) gives 6.0, i.e. it rounds up. Any ideas why this is the case? Cheers, Jock