]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/erf.3
Automated unformatting of parentheses using unformat_parens.sh
[thirdparty/man-pages.git] / man3 / erf.3
index cae6a2a784bcbabc3121132c4fd238042203cb70..b38f5b209d9b690be8a6dbacfca2a1fdb11eed94 100644 (file)
@@ -50,12 +50,12 @@ erf, erff, erfl, erfc, erfcf, erfcl \- error function and complementary error fu
 .fi
 Link with \-lm.
 .SH DESCRIPTION
-The \fBerf()\fP function returns the error function of \fIx\fP; defined
+The \fBerf\fP() function returns the error function of \fIx\fP; defined
 as
 .TP
 erf(x) = 2/sqrt(pi)* integral from 0 to x of exp(\-t*t) dt
 .PP
-The \fBerfc()\fP function returns the complementary error function of
+The \fBerfc\fP() function returns the complementary error function of
 \fIx\fP, that is 1.0 \- erf(x).
 .SH "CONFORMING TO"
 SVID 3, 4.3BSD, C99.