Why do numeric transform values not stay what I input?

Hey NickZucc-

What you are seeing is the approximations that floating point numbers use to represent a finite number. There are some cases where floating point numbers are unable to represent specific values (such as .1 or .01). In these instances the number is displayed as closely to the desired value as the system will allow.

Cheers