hi

i am running a program in C++ that calls (amongst other things) the exp function several hundred times. When i use doubles the program runs approx 10% faster than with floats. Can anyone explain why this might be?

cheers
richard