hi

i am using c++ under Gcc. As i understand it, in this system the compiler automatically selects the appropiate exp for example expf for a float. One cannot specify which type of exp to use.

http://www.cplusplus.com/reference/clibrary/cmath/exp/