summaryrefslogtreecommitdiff
path: root/mpf2mpfr.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-01-30 04:57:10 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-01-30 04:57:10 +0000
commitdd9723f715d6c1a18616404cfcf302b082b42672 (patch)
treeba593e7c0b3ef78f35c2c7d370c616cf4e41e809 /mpf2mpfr.h
parent7bfdb14a6f5e2390e5028e9ba75175f8dbc00a5b (diff)
downloadmpfr-dd9723f715d6c1a18616404cfcf302b082b42672.tar.gz
mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round rewritten.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1672 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpf2mpfr.h')
-rw-r--r--mpf2mpfr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpf2mpfr.h b/mpf2mpfr.h
index 99b86204d..cdb374916 100644
--- a/mpf2mpfr.h
+++ b/mpf2mpfr.h
@@ -1,6 +1,6 @@
/* mpf2mpfr.h -- Compatibility include file with mpf.
-Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+Copyright (C) 1999-2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -50,7 +50,7 @@ MA 02111-1307, USA. */
#undef mpf_set_default_prec
#define mpf_set_default_prec mpfr_set_default_prec
#undef mpf_set_prec
-#define mpf_set_prec(x,p) mpfr_round(x,__gmp_default_rounding_mode,p)
+#define mpf_set_prec(x,p) mpfr_round_prec(x, __gmp_default_rounding_mode, p)
#undef mpf_set_prec_raw
#define mpf_set_prec_raw mpfr_set_prec_raw
#undef mpf_trunc