Please, check this out
Code: Select all
Let>a=3/2
Let>b={round(%a%)}
Mdl>%b%
Best regards.
Moderators: JRL, Dorian (MJT support)
Code: Select all
Let>a=3/2
Let>b={round(%a%)}
Mdl>%b%
Do you mean 13.1.02 version?I am using 13.1
Doesn't that conflict with the command reference "If X is exactly halfway between two whole numbers, the result is the number with the greatest absolute magnitude."?mtettmar wrote:The Round function uses "Bankers Rules". An exact half is rounded to the nearest even number.