I have a number which is 0.010000000000000000000000000001. I want this number to be stored as it is and want to increment to it like 0.010000000000000000000000000002 0.010000000000000000000000000003 0.010000000000000000000000000004 in a loop of my limit.
The problem is a simple add method makes it 0.02 when i increment it and when i display it by making it a string. It return it to only 2 decimal places.