Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/s_erf.c')
-rw-r--r--newlib/libm/mathfp/s_erf.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/newlib/libm/mathfp/s_erf.c b/newlib/libm/mathfp/s_erf.c
index 2d8faa3d8..514da7464 100644
--- a/newlib/libm/mathfp/s_erf.c
+++ b/newlib/libm/mathfp/s_erf.c
@@ -23,26 +23,12 @@ INDEX
INDEX
erfcf
-ANSI_SYNOPSIS
+SYNOPSIS
#include <math.h>
double erf(double <[x]>);
float erff(float <[x]>);
double erfc(double <[x]>);
float erfcf(float <[x]>);
-TRAD_SYNOPSIS
- #include <math.h>
-
- double erf(<[x]>)
- double <[x]>;
-
- float erff(<[x]>)
- float <[x]>;
-
- double erfc(<[x]>)
- double <[x]>;
-
- float erfcf(<[x]>)
- float <[x]>;
DESCRIPTION
<<erf>> calculates an approximation to the ``error function'',