summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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}}.