Joining tables with different significant digits
I am trying to join a DOE table created Jmp with a table created in an external program and imported into Jmp. I've figured out that if I expand the format to 16 decimals that the data does not match. For example, the initial value used when creating the DOE table was something like 1.2, the DOE table value to 16 decimals is 1.2000...002, and the imported data is 1.2000...000. Is there a way t...