From: ozgur.gurcan-vcqoFEiXU/AczSlqHMVBIP3zm4ADWneb@public.gmane.org
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: function cerf in manpage but not in <complex.h>
Date: Sun, 12 Sep 2010 00:06:48 +0200 (CEST) [thread overview]
Message-ID: <b7b0d7b84ae39fc2c80b7efd5d04965a.squirrel@webmail-lpp.polytechnique.fr> (raw)
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
next reply other threads:[~2010-09-11 22:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-11 22:06 ozgur.gurcan-vcqoFEiXU/AczSlqHMVBIP3zm4ADWneb [this message]
2010-09-11 23:01 ` function cerf in manpage but not in <complex.h> 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b7b0d7b84ae39fc2c80b7efd5d04965a.squirrel@webmail-lpp.polytechnique.fr \
--to=ozgur.gurcan-vcqofeixu/aczslqhmvbip3zm4adwneb@public.gmane.org \
--cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).