Hi sebbey,
Origin will use the correct values, but not the rounded values shown in the cells, to calculate. To change the significant digits with LabTalk, please refer to the following:
wks.col1.digitmode = 2; // set the significant digit mode for column 1
wks.col1.digits = 10; // set 10 significant digits shown in cells for column 1
Penn