I have a CSV file that has northings and eastings that I am trying to convert to points. The CSV table is set so that the coordinate only goes out to 3 decimal places. When I use the XY to Point analysis tool appears to be adding additional values to the right of the decimal point. For example, coordinate from CSV file is 175314.065, 265723.274, after running the XY to Point and calculating geometry on that, the coordinate shows: 175314.064961, 265723.27395. How to I prevent ArcGIS Pro from calculating the additional decimal places?