On Tue, Oct 15, 2013 at 01:22:16PM +0200, Patrick Dupre wrote:
> Hello,
>
> when I do man exp10, it appears that this function should be in the math
> library.
You are clearly missing the
#define _GNU_SOURCE /* See feature_test_macros(7) */
#include
at the
Hello,
when I do man exp10, it appears that this function should be in the math
library.
However, when I look inside /usr/include/math.h, there is no function like
exp10!
Where is the declaration of this function?
Wihtout, I get:
error: implicit declaration of function ‘exp10’
[-Werror