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

Reply via email to