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 .SH SYNOPSIS
.nf .nf
.B #include <math.h> .B #include <math.h>
.sp
.BI "double erf(double " x ); .BI "double erf(double " x );
.br
.BI "float erff(float " x ); .BI "float erff(float " x );
.br
.BI "long double erfl(long double " x ); .BI "long double erfl(long double " x );
.sp
.BI "double erfc(double " x ); .BI "double erfc(double " x );
.br
.BI "float erfcf(float " x ); .BI "float erfcf(float " x );
.br
.BI "long double erfcl(long double " x ); .BI "long double erfcl(long double " x );
.sp
.fi .fi
Link with \fI\-lm\fP. Link with \fI\-lm\fP.
.sp .sp