I am rounding values of a variable to the closest integer.
For some reason, int(x) and round(x) give me two slightly different numbers.
The correlation between the variable rounded with int() and the same variable but rounded with round(x) is about 0.95.
Is there some minimal difference in the way Stata computes the integers?