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_fabs.c')
-rw-r--r--newlib/libm/mathfp/s_fabs.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/newlib/libm/mathfp/s_fabs.c b/newlib/libm/mathfp/s_fabs.c
index 9e1d75eb3..3d6d83889 100644
--- a/newlib/libm/mathfp/s_fabs.c
+++ b/newlib/libm/mathfp/s_fabs.c
@@ -9,19 +9,11 @@ INDEX
INDEX
fabsf
-ANSI_SYNOPSIS
+SYNOPSIS
#include <math.h>
double fabs(double <[x]>);
float fabsf(float <[x]>);
-TRAD_SYNOPSIS
- #include <math.h>
- double fabs(<[x]>)
- double <[x]>;
-
- float fabsf(<[x]>)
- float <[x]>;
-
DESCRIPTION
<<fabs>> and <<fabsf>> calculate
@tex