Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 19:49:35 +0000



Post From: round method in spreadsheet

[2014-09-20 01:36:45]
onnb - Posts: 662
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.