Using decimal values from storage

I have a storage with 3 values ("x", "y", "z") for position which are scaled by 100 since I can't store the values with decimal. But, I need to use the values to teleport the player but I can't figure out how to divide it without removing the decimals. Currently, I am just using the values without the decimal but the inaccuracy too noticeable.

Continue to help post