This commit is contained in:
Michael Kerrisk 2008-07-05 15:09:49 +00:00
parent 1cdac39d7c
commit d70f215a20
1 changed files with 3 additions and 7 deletions

View File

@ -35,19 +35,15 @@ complementary error function
.SH SYNOPSIS
.nf
.B #include <math.h>
.sp
.BI "double erf(double " x );
.br
.BI "float erff(float " x );
.br
.BI "long double erfl(long double " x );
.sp
.BI "double erfc(double " x );
.br
.BI "float erfcf(float " x );
.br
.BI "long double erfcl(long double " x );
.sp
.fi
Link with \fI\-lm\fP.
.sp