summaryrefslogtreecommitdiff
path: root/src/round_p.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2010-09-29 16:03:04 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2010-09-29 16:03:04 +0000
commit185793f681db0cb4b8fb4c03a072a79daa64da00 (patch)
tree3542ce4dbe4d259cc64ea9ed5ae542edd38ee789 /src/round_p.c
parent9cfe7f7883710e842da212956360ecd79ecc40a6 (diff)
downloadmpfr-185793f681db0cb4b8fb4c03a072a79daa64da00.tar.gz
[src/mulders.c] added new function mpfr_divhigh_n() for short division
(not used yet), fixed comments and added error analysis in mpfr_mulhigh_n() and mpfr_sqrhigh_n() [src/sqrt.c] fixed ill-placed MPFR_TMP_MARK [src/mparam_h.in] added default MPFR_DIVHIGH_TAB for mpfr_divhigh_n() [src/round_p.c] typo [src/mpfr-impl.h] added prototype for mpfr_divhigh_n [src/mul.c] added comment, simplified code [tune/tuneup.c] added tuning for mpfr_divhigh_n(), increased MAX_STEPS to get a better tuning (will take longer), set tolerance to 1.0 git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7183 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/round_p.c')
-rw-r--r--src/round_p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/round_p.c b/src/round_p.c
index d1bfb42bb..b991ffa7d 100644
--- a/src/round_p.c
+++ b/src/round_p.c
@@ -22,7 +22,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include "mpfr-impl.h"
-/* Check against mpfr_can_round ? */
+/* Check against mpfr_can_round? */
#ifdef WANT_ASSERT
# if WANT_ASSERT >= 2
int mpfr_round_p_2 (mp_limb_t *, mp_size_t, mpfr_exp_t, mpfr_prec_t);