madmike159
Gold Member
- 369
- 0
Is there a way to look at a double value in c++ and read the exponent only and put this into another variable?
So if I had 3.14159x10^300
I could take 300, put it into an int
Then divide 3.14159x10^300 by 1x10^(the int value)
So if I had 3.14159x10^300
I could take 300, put it into an int
Then divide 3.14159x10^300 by 1x10^(the int value)