OSDN Git Service

(split) LDP man-pages の original/ を v3.29 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / cerf.3
index ffdf07b..3d7cafc 100644 (file)
@@ -1,7 +1,7 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
 .\" Distributed under GPL
 .\"
-.TH CERF 3 2007-12-26 "" "Linux Programmer's Manual"
+.TH CERF 3 2010-09-12 "" "Linux Programmer's Manual"
 .SH NAME
 cerf, cerff, cerfl, cerfc, cerfcf, cerfcl \- complex error function
 .SH SYNOPSIS
@@ -21,7 +21,7 @@ cerf, cerff, cerfl, cerfc, cerfcf, cerfcl \- complex error function
 .sp
 Link with \fI\-lm\fP.
 .SH DESCRIPTION
-The function
+The (unimplemented) function
 .BR cerf ()
 is the complex version of the error function.
 erf(z) = 2/sqrt(pi) * integral from 0 to z of exp(\-t*t) dt.
@@ -32,7 +32,7 @@ is defined as cerfc(z) = 1\-cerf(z).
 .SH "CONFORMING TO"
 The function names are reserved for future use in C99.
 .SH AVAILABILITY
-Not yet in glibc, as at version 2.8.
+Not yet in glibc, as at version 2.12.
 .\" But reserved in NAMESPACE.
 .SH "SEE ALSO"
 .BR erf (3),