Suppose I have this large number,x
3333333333333333333333333333333333333333333333333333333333333 (which I want)
and this large number,n 3333333333333333333333333333333333333333333333333333333333333.0.
When I convert n into an int through the round function, it provides me with a completely different number, which I suppose is because of floating point precision limitations.
Is there anyway to round of that number into a integer. I don't have to worry about any other decimal points, just .0.