Hello,

I am currently enrolled in a C++ class, and we have been trying to figure out the way that a double is saved. We know that it's still 32 bits, and that it has the same number of precision as a float, but how is it stored? What makes it different from a float in the way that it is stored?