I have a long float - e.g. 3.2222232546222222222222222222222222222222
When I check to see if it is less than a certain amount through len(str(mynum)), it truncates the amount.
So python defaults my number to 3.222223254622222 when i do str(mynum)
I have a long float - e.g. 3.2222232546222222222222222222222222222222
When I check to see if it is less than a certain amount through len(str(mynum)), it truncates the amount.
So python defaults my number to 3.222223254622222 when i do str(mynum)