summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-02-17 11:10:58 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-02-17 11:10:58 +0000
commitb9354e83e19a58d7934eecdc14695254ecd1b850 (patch)
treefbcfb86b7f11ed516ba96ed2b086cc78554c6a2b /doc
parent65ce4eb25b84da5191020cc371ba9714b77f6f2c (diff)
downloadmpfr-b9354e83e19a58d7934eecdc14695254ecd1b850.tar.gz
[doc/mpfr.texi] Fixed spacing for the mpfr.info file.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7463 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpfr.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index 856e7733a..818d83b80 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -1698,11 +1698,12 @@ This is equivalent to @code{mpfr_cmp_ui (op, 0)}, but more efficient.
@deftypefunx int mpfr_less_p (mpfr_t @var{op1}, mpfr_t @var{op2})
@deftypefunx int mpfr_lessequal_p (mpfr_t @var{op1}, mpfr_t @var{op2})
@deftypefunx int mpfr_equal_p (mpfr_t @var{op1}, mpfr_t @var{op2})
-Return non-zero if @math{@var{op1} > @var{op2}},
- @math{@var{op1} @ge{} @var{op2}},
- @math{@var{op1} < @var{op2}},
- @math{@var{op1} @le{} @var{op2}},
- @math{@var{op1} = @var{op2}} respectively,
+Return non-zero if
+@math{@var{op1} > @var{op2}},
+@math{@var{op1} @ge{} @var{op2}},
+@math{@var{op1} < @var{op2}},
+@math{@var{op1} @le{} @var{op2}},
+@math{@var{op1} = @var{op2}} respectively,
and zero otherwise.
Those functions return zero whenever @var{op1} and/or @var{op2} is NaN.
@end deftypefun