Computers use single- (or, for more precise calculations, double-) precision floating-point formats to represent a subset of real numbers. While a decent chunk of real numbers can be stored with these formats, most real numbers including obviously irrational numbers like $\pi$, cannot be stored and can only be approximated. Some large numbers that are out of range cannot even be approximated.
My question is, is it possible to express, using for example the set-builder notation, the exact subset of $\mathbb{R}$ that these formats allow to be stored? To emphasize, I don't want upper and lower bounds, I want the exact set.