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_cosh.c')
-rw-r--r--newlib/libm/mathfp/s_cosh.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/newlib/libm/mathfp/s_cosh.c b/newlib/libm/mathfp/s_cosh.c
index f91411037..552e5ee5c 100644
--- a/newlib/libm/mathfp/s_cosh.c
+++ b/newlib/libm/mathfp/s_cosh.c
@@ -6,19 +6,11 @@
FUNCTION
<<cosh>>, <<coshf>>---hyperbolic cosine
-ANSI_SYNOPSIS
+SYNOPSIS
#include <math.h>
double cosh(double <[x]>);
float coshf(float <[x]>);
-TRAD_SYNOPSIS
- #include <math.h>
- double cosh(<[x]>);
- double <[x]>;
-
- float coshf(<[x]>);
- float <[x]>;
-
DESCRIPTION
<<cosh>> computes the hyperbolic cosine of the argument <[x]>.