lotharious
MIS
I am reading from a file a floating point number thats precise to 5 decimals. However when I store it, it sometimes gets changed to .xxxx(x-1)999999916 or .xxxxx0000000011 or similar.
I need this to be .xxxxx0000000000 for later presicion work. How do I go about fixing this?
I need this to be .xxxxx0000000000 for later presicion work. How do I go about fixing this?