diff options
Diffstat (limited to 'tanh.c')
-rw-r--r-- | tanh.c | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -1,6 +1,6 @@ /* mpfr_tanh -- hyperbolic tangent -Copyright (C) 2001 Free Software Foundation. +Copyright (C) 2001 Free Software Foundation, Inc. This file is part of the MPFR Library. @@ -32,14 +32,7 @@ MA 02111-1307, USA. */ */ int -#if __STDC__ mpfr_tanh (mpfr_ptr y, mpfr_srcptr xt , mp_rnd_t rnd_mode) -#else -mpfr_tanh (y, xt, rnd_mode) - mpfr_ptr y; - mpfr_srcptr xt; - mp_rnd_t rnd_mode; -#endif { /****** Declaration ******/ |