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 <math.h>
at the beginning of the man page.

        Jakub
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
  • exp10 Patrick Dupre
    • Re: exp10 Jakub Jelinek

Reply via email to