linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* function cerf in manpage but not in <complex.h>
@ 2010-09-11 22:06 ozgur.gurcan-vcqoFEiXU/AczSlqHMVBIP3zm4ADWneb
  2010-09-11 23:01 ` Sam Varshavchik
       [not found] ` <b7b0d7b84ae39fc2c80b7efd5d04965a.squirrel-n3SY6/QrmYW9yqgUSJdT8BzNKWocxUEg/fObgANad5s@public.gmane.org>
  0 siblings, 2 replies; 4+ messages in thread
From: ozgur.gurcan-vcqoFEiXU/AczSlqHMVBIP3zm4ADWneb @ 2010-09-11 22:06 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-09-12 10:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-11 22:06 function cerf in manpage but not in <complex.h> ozgur.gurcan-vcqoFEiXU/AczSlqHMVBIP3zm4ADWneb
2010-09-11 23:01 ` Sam Varshavchik
     [not found] ` <b7b0d7b84ae39fc2c80b7efd5d04965a.squirrel-n3SY6/QrmYW9yqgUSJdT8BzNKWocxUEg/fObgANad5s@public.gmane.org>
2010-09-12  6:53   ` Michael Kerrisk
     [not found]     ` <AANLkTi=gfsUWbHD1_vyN9sHu1U4RdtYjiVxYpQUs6za4-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-09-12 10:28       ` ozgur.gurcan-vcqoFEiXU/AczSlqHMVBIP3zm4ADWneb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).