function cerf in manpage but not in <complex.h>

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

in my system (2.6.34-gentoo-r2), "man cerf" gives me the description of a
certain complex error function. This function however is nowhere to be
found. I tried this on 5 other linux boxes with the same result.

May be the function was taken out at some point but the documentation stayed.

Here is a minimum test file which can be saved as "test.c" and complied as

gcc test.c -lm

------
#include <math.h>
#include <complex.h>
#include <stdio.h>

int main (void){
        double complex b,c;
        b=I*0.2;
        c=cerf(b);
        printf("%f + i%f\n",creal(c),cimag(c));
}
------

regards,

Ozgur,

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux