summaryrefslogtreecommitdiff
path: root/mpfr.texi
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-10-31 15:46:57 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-10-31 15:46:57 +0000
commit372150de4abc28b77975ac54eb2a67cb343a45dc (patch)
tree6c069b6269cefd69dc6594a1d360ab761ef9c10d /mpfr.texi
parent5c06717a432d9017d47ed8a48cd56ebd9a1eb396 (diff)
downloadmpfr-372150de4abc28b77975ac54eb2a67cb343a45dc.tar.gz
Untabified and removed trailing spaces.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4933 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.texi')
-rw-r--r--mpfr.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpfr.texi b/mpfr.texi
index 71d2f1a1f..9cc7ccd33 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -1556,7 +1556,7 @@ For negative @var{x}, the returned value is NaN.
@deftypefun int mpfr_li2 (mpfr_t @var{rop}, mpfr_t @var{op}, mp_rnd_t @var{rnd_mode})
Set @var{rop} to real part of the dilogarithm of @var{op}, rounded in the
-direction @var{rnd_mode}. The dilogarithm function is defined here as
+direction @var{rnd_mode}. The dilogarithm function is defined here as
@m{-\int_{t=0}^x log(1-t)/t dt,the integral of -log(1-t)/t from 0 to x}.
@end deftypefun
@@ -1818,7 +1818,7 @@ corresponding precision of @var{iop} and @var{fop} (equivalent to
@deftypefunx int mpfr_remainder (mpfr_t @var{r}, mpfr_t @var{x}, mpfr_t @var{y}, mp_rnd_t @var{rnd})
@deftypefunx int mpfr_remquo (mpfr_t @var{r}, long* @var{q}, mpfr_t @var{x}, mpfr_t @var{y}, mp_rnd_t @var{rnd})
Set @var{r} to the value of @math{x - n y}, rounded according to the direction
-@var{rnd}, where @math{n} is the integer quotient of @var{x} divided
+@var{rnd}, where @math{n} is the integer quotient of @var{x} divided
by @var{y}, defined as follows: @math{n} is rounded towards zero for
@code{mpfr_fmod}, and to the nearest integer (ties rounded to even)
for @code{mpfr_remainder} and @code{mpfr_remquo}.