summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-09-11 16:09:52 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-09-11 16:09:52 +0200
commit5624fbc3c661382a706443f2b5bbe3c5e58c4d74 (patch)
tree596f6928a5ef94bf5762c855bdc9c3ecf35e3f3b /doc
parentf0196f7cfbb13976467624fca549b90d28f69481 (diff)
downloadgmp-5624fbc3c661382a706443f2b5bbe3c5e58c4d74.tar.gz
doc/gmp.texi: Document mpf_cmp_z .
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 5909f0ce5..bc08820cd 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -4957,6 +4957,7 @@ Set @var{rop} to @m{@var{op1}/2^{op2}, @var{op1} divided by 2 raised to
@cindex Comparison functions
@deftypefun int mpf_cmp (const mpf_t @var{op1}, const mpf_t @var{op2})
+@deftypefunx int mpf_cmp_z (const mpf_t @var{op1}, const mpz_t @var{op2})
@deftypefunx int mpf_cmp_d (const mpf_t @var{op1}, double @var{op2})
@deftypefunx int mpf_cmp_ui (const mpf_t @var{op1}, unsigned long int @var{op2})
@deftypefunx int mpf_cmp_si (const mpf_t @var{op1}, signed long int @var{op2})