From 1ed0fc30e56b1cdc56689802c4a0b15d7a1a63fa Mon Sep 17 00:00:00 2001 From: vlefevre Date: Wed, 2 Sep 2009 23:02:29 +0000 Subject: towards -> toward (consistency). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6407 280ebfd0-de03-0410-8827-d642c229c3f4 --- mpfr-impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpfr-impl.h') diff --git a/mpfr-impl.h b/mpfr-impl.h index a60ae288c..b637a3a32 100644 --- a/mpfr-impl.h +++ b/mpfr-impl.h @@ -1257,7 +1257,7 @@ typedef struct { y is the destination (a mpfr_t), v the value to set (a mpfr_t), err1+err2 with err2 <= 3 the error term (mp_exp_t's), dir (an int) is - the direction of the committed error (if dir = 0, it rounds towards 0, + the direction of the committed error (if dir = 0, it rounds toward 0, if dir=1, it rounds away from 0), rnd the rounding mode. It returns from the function a ternary value in case of success. -- cgit v1.2.1