I have a double. Now I want it as a string. However, if I convert it using floats, the string that comes out is too inaccurate. If I convert it using doubles, I get scientific notation. Does anyone have a function that will convert a double to string w/o scientific notation, but with *accuracy*?
Thanks.