Large Numbers Round On Their Own In Parameters
When I input a number that is greater than 16 digits, it begins to round. For example, I insert the following:
2222222222222222222222222.00000
and it automatically corrects it to:
2222222222222222184939520.000000
I don't understand why it is doing this. I need these numbers to be exact becuase it is a code that drives parameters based on the numbers 3 and 2.
For instance, if I put 232323223, an interchange will grab the part associated with each individual number. It is not being using for a dimensional value.
Thanks,
John

