summaryrefslogtreecommitdiff
path: root/src/eint.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-01-20 12:13:58 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-01-20 12:13:58 +0000
commitc7d0469f97a68de4d48bf305e2e85abac9986679 (patch)
treed9211597c8a0126a8837f6eceb4bf8fdc51051f3 /src/eint.c
parentf279eddc73c284e3976ebf72771e5c3210cf7ad8 (diff)
downloadmpfr-c7d0469f97a68de4d48bf305e2e85abac9986679.tar.gz
[src/eint.c] Added a FIXME.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7408 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/eint.c')
-rw-r--r--src/eint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eint.c b/src/eint.c
index d887354b3..8f6f46675 100644
--- a/src/eint.c
+++ b/src/eint.c
@@ -260,6 +260,7 @@ mpfr_eint (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd)
/* eint() has a root 0.37250741078136663446..., so if x is near,
already take more bits */
+ /* FIXME: do not use native floating-point here. */
if (MPFR_GET_EXP(x) == -1) /* 1/4 <= x < 1/2 */
{
double d;