summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-08-31 10:39:44 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-08-31 10:39:44 +0200
commitd987a156c169a0f9bf3d510852aa5592b73df6df (patch)
treec26cacb2b16926789a3692306333246e07dfdde7 /doc
parent625e4fead5ae991ba3c67fb5f7cdf8b07ecde216 (diff)
downloadgmp-d987a156c169a0f9bf3d510852aa5592b73df6df.tar.gz
New function mpq_cmp_z, with test and documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/gmp.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index f4d282122..5909f0ce5 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -4420,6 +4420,7 @@ zero, this routine will divide by zero.
@cindex Comparison functions
@deftypefun int mpq_cmp (const mpq_t @var{op1}, const mpq_t @var{op2})
+@deftypefunx int mpq_cmp_z (const mpq_t @var{op1}, const mpz_t @var{op2})
Compare @var{op1} and @var{op2}. Return a positive value if @math{@var{op1} >
@var{op2}}, zero if @math{@var{op1} = @var{op2}}, and a negative value if
@math{@var{op1} < @var{op2}}.