From 50ea82c6022be08ea787c6de1a78fa667474c474 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Tue, 20 Feb 2007 02:58:16 +0000 Subject: added suggestion about remquo git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4375 280ebfd0-de03-0410-8827-d642c229c3f4 --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 418c1e181..d17915da4 100644 --- a/TODO +++ b/TODO @@ -99,6 +99,8 @@ New functions to implement: as in ISO C99: remainder and quotient [suggested by Kaveh Ghazi, 18 Feb 2007] Question: compute the full quotient (mpfr or mpz?) or only its low significant bits as in C99 (see rationale below)? + Vincent suggests to store the low bits of the quotient in an mpfr_t, + whose precision would be chosen by the user. "New feature for C99. The remquo functions are intended for implementing argument reductions which can exploit a few low-order bits of the quotient. Note that x may be so large in magnitude -- cgit v1.2.1