05-13-2022, 12:45 AM
(This post was last modified: 05-14-2022, 08:32 PM by dcromley.
Edit Reason: corredt
)
> bplus: "Luke explained it as bankers rounding, so that not every 5 is rounded up but every other 5 is."
Yes, it is (now) clear that _ROUND rounds n.5 up if n is odd and down if n is even.
Int(n.5) always rounds n.5 up. [ Edit: WRONG ! ] SMcNeill's Round##(n.5,0) also always rounds up.
> aural: "Round() function always round to lower value"
Wha--?
Yes, it is (now) clear that _ROUND rounds n.5 up if n is odd and down if n is even.
Int(n.5) always rounds n.5 up. [ Edit: WRONG ! ] SMcNeill's Round##(n.5,0) also always rounds up.
> aural: "Round() function always round to lower value"
Wha--?