diff options
Diffstat (limited to 'expm1.c')
-rw-r--r-- | expm1.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -32,14 +32,7 @@ MA 02111-1307, USA. */ */ int -#if __STDC__ mpfr_expm1 (mpfr_ptr y, mpfr_srcptr x , mp_rnd_t rnd_mode) -#else -mpfr_expm1 (y, x, rnd_mode) - mpfr_ptr y; - mpfr_srcptr x; - mp_rnd_t rnd_mode; -#endif { int inexact = 0; |