Hi,
I need to use log functions in my algorithms(ex: log10f) and also to print floating point numbers.
Have included " #include <math.h>"
Looks like the compiler is not able to find math.h. I don't get any build errors though.
What should I cross check?
Thanks
Karthik