diff options
Diffstat (limited to 'newlib/libm/math/w_cosh.c')
-rw-r--r-- | newlib/libm/math/w_cosh.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libm/math/w_cosh.c b/newlib/libm/math/w_cosh.c index ab046f6ed..54bfec37d 100644 --- a/newlib/libm/math/w_cosh.c +++ b/newlib/libm/math/w_cosh.c @@ -19,14 +19,14 @@ FUNCTION ANSI_SYNOPSIS #include <math.h> double cosh(double <[x]>); - float coshf(float <[x]>) + float coshf(float <[x]>); TRAD_SYNOPSIS #include <math.h> - double cosh(<[x]>) + double cosh(<[x]>); double <[x]>; - float coshf(<[x]>) + float coshf(<[x]>); float <[x]>; DESCRIPTION |