so, I'm working on a unit converter, and there are some conversion factors that are really big friggin' (or small friggin') numbers. Take for example, the conversion factor for bytes into terabytes: 1 byte = 9.09494702 × 10^(-13) terabytes. Other engineering conversions can be equally significant or more. These do not fit into a double. How can I store these conversion factors, other than breaking them down until they fit into a double (example: terabyte conversion factor = TB / 10000; but that might still cause problems)?
-JTBorton
Another Day, Another Disaster
-JTBorton
Another Day, Another Disaster