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:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-11-30 11:51:13 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2017-12-01 12:41:54 +0300
commit9f369d3c8d4db0d7265cb6318407b6f0e7badffb (patch)
tree39ae71ca926dbecd0aedab52774a11c547ff489b /newlib/libm/mathfp/s_asine.c
parentec4c079f4b2c5719851e80cfc02495008aff8bf5 (diff)
mathfp: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libm/mathfp/s_asine.c')
-rw-r--r--newlib/libm/mathfp/s_asine.c22
1 files changed, 1 insertions, 21 deletions
diff --git a/newlib/libm/mathfp/s_asine.c b/newlib/libm/mathfp/s_asine.c
index 89a2bed5e..3212862b8 100644
--- a/newlib/libm/mathfp/s_asine.c
+++ b/newlib/libm/mathfp/s_asine.c
@@ -24,7 +24,7 @@ INDEX
INDEX
asinef
-ANSI_SYNOPSIS
+SYNOPSIS
#include <math.h>
double asine(double <[x]>);
float asinef(float <[x]>);
@@ -33,26 +33,6 @@ ANSI_SYNOPSIS
double acos(double <[x]>);
float acosf(float <[x]>);
-TRAD_SYNOPSIS
- #include <math.h>
- double asine(<[x]>);
- double <[x]>;
-
- float asinef(<[x]>);
- float <[x]>;
-
- double asin(<[x]>)
- double <[x]>;
-
- float asinf(<[x]>)
- float <[x]>;
-
- double acos(<[x]>)
- double <[x]>;
-
- float acosf(<[x]>)
- float <[x]>;
-
DESCRIPTION
<<asin>> computes the inverse sine or cosine of the argument <[x]>.