summaryrefslogtreecommitdiff
path: root/mpfr.h
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2010-02-23 15:54:30 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2010-02-23 15:54:30 +0000
commit3dffe6c76ef1819cf2c7d5a7ffb9e35a9f08f433 (patch)
tree209f28cedd6d27ebce16893d5c0485fea1524b1d /mpfr.h
parent88c26339b06cd95196fb6a23fdbb6e0b6940d1fe (diff)
downloadmpfr-3dffe6c76ef1819cf2c7d5a7ffb9e35a9f08f433.tar.gz
[mpfr.h] added #define mpfr_get_z_exp mpfr_get_z_2exp for compatibility
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6709 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.h')
-rw-r--r--mpfr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpfr.h b/mpfr.h
index ac6ab75ec..5cf25aeaf 100644
--- a/mpfr.h
+++ b/mpfr.h
@@ -886,5 +886,6 @@ __MPFR_DECLSPEC int mpfr_custom_get_kind _MPFR_PROTO ((mpfr_srcptr));
(mpfr_sgn (x) > 0 ? mpfr_nextabove (x) : mpfr_nextbelow (x))
#define mpfr_sub_one_ulp(x,r) \
(mpfr_sgn (x) > 0 ? mpfr_nextbelow (x) : mpfr_nextabove (x))
+#define mpfr_get_z_exp mpfr_get_z_2exp
#endif /* __MPFR_H*/