Converting a double to binary
807591Apr 15 2008 — edited Apr 15 2008Hey all,
I am having difficultly trying to devise a simple method for converting a double to its binary representation. The value that I am dealing with is ~10^32, so I cannot use int or long. Any advice/suggestions would be appreciated. Shanks.