summaryrefslogtreecommitdiff
path: root/exp3.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-16 11:18:00 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-16 11:18:00 +0000
commit04307d9b1514959cd59b0b5278a19b4ddaecc375 (patch)
tree315b84e839a3950f1d900b9956252d87bc0db738 /exp3.c
parent937708f95eedc3a3747fe7ea581b783a797f95ed (diff)
downloadmpfr-04307d9b1514959cd59b0b5278a19b4ddaecc375.tar.gz
added year 2001 in copyright line
removed #if __STDC__ git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1526 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'exp3.c')
-rw-r--r--exp3.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/exp3.c b/exp3.c
index 8e8c95ff9..b46b5b74f 100644
--- a/exp3.c
+++ b/exp3.c
@@ -1,6 +1,6 @@
/* mpfr_exp -- exponential of a floating-point number
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -119,14 +119,7 @@ mpfr_exp_rational (mpfr_ptr y, mpz_srcptr p, int r, int m)
#define shift (BITS_PER_MP_LIMB/2)
int
-#if __STDC__
mpfr_exp3 (mpfr_ptr y, mpfr_srcptr x, mp_rnd_t rnd_mode)
-#else
-mpfr_exp3 (y, x, rnd_mode)
- mpfr_ptr y;
- mpfr_srcptr x;
- mp_rnd_t rnd_mode;
-#endif
{
mpfr_t t;
mpfr_t x_copy;