Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 12:05:16 +0000



Post From: round method in spreadsheet

[2014-09-20 01:36:45]
onnb - Posts: 661
from previous response

MROUND(E3, J$21) == sc.RoundToTickSize(sc.BaseData[SC_LAST][sc.Index], sc.TickSize)

I am seeing that for some values, this is not the case.

e.g., for 1.296649933

mround = 1.2966
roundtoticksize = 1.2967

Just want to confirm that this is expected.