hi guys
i am using codeblocks in c and C++. i am calling the math.h function exp() (uses doubles). i find that this function runs very slowly for both floats and doubles. The compiler does not accept expf() (floating point version)
anyone had similar problems?
richard