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_tanh.c')
-rw-r--r--newlib/libm/mathfp/s_tanh.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/newlib/libm/mathfp/s_tanh.c b/newlib/libm/mathfp/s_tanh.c
index a19855e0b..7c92c1750 100644
--- a/newlib/libm/mathfp/s_tanh.c
+++ b/newlib/libm/mathfp/s_tanh.c
@@ -17,20 +17,11 @@ tanh
INDEX
tanhf
-ANSI_SYNOPSIS
+SYNOPSIS
#include <math.h>
double tanh(double <[x]>);
float tanhf(float <[x]>);
-TRAD_SYNOPSIS
- #include <math.h>
- double tanh(<[x]>)
- double <[x]>;
-
- float tanhf(<[x]>)
- float <[x]>;
-
-
DESCRIPTION
<<tanh>> computes the hyperbolic tangent of