in reply to Question on converting big numbers to strings without rounding

If the numbers are stored in floating point numbers, the problem is not the conversion.

The numbers are only stored with a certain accuracy, and there's no way to increase that afterwards.

Phone numbers stored in floating point numbers are worthless, and no conversion magic will change that.

  • Comment on Re: Question on converting big numbers to strings without rounding