Powf (power exponent) don't return float values
Posted on June 08, 2015 at 13:03 Hi everybody, I use the function powf (that is supposed to return a float), included in the library #include <math.h> This is the definition of the function in math.h : float powf _PARAMS(( f...