I am writing a program that needs to calculate 10 raised to variable exponential values. The power function, however, rounds everything off to integers. I can't do things like fine 10 raised to .0001 or even 10 raised to 2.5. Does anybody know how to get around this? I have tried casting