java - Converting double to string - Stack Overflow 39 Using Double toString (), if the number is too small or too large, you will get a scientific notation like this: 3 4875546345347673E-6 There are several ways to have more control of output string format
How do I use bitwise operators on a double on C++? Now by accessing elements c[0] through c[sizeof(double) - 1] you will see the internal representation of type double You can use bitwise operations on these unsigned char values, if you want to Note, again, that in general case in order to access internal representation of type int you have to do the same thing