summaryrefslogtreecommitdiff
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
parentf0196f7cfbb13976467624fca549b90d28f69481 (diff)
downloadgmp-5624fbc3c661382a706443f2b5bbe3c5e58c4d74.tar.gz
doc/gmp.texi: Document mpf_cmp_z .
-rw-r--r--ChangeLog1
-rw-r--r--doc/gmp.texi1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be213a174..85fcaff92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
* Makefile.am (MPF_OBJECTS): Add generate object to libs.
* gmp-h.in: Declare new function.
* tests/mpf/t-cmp_si.c: Test also the new function.
+ * doc/gmp.texi: Document it.
2015-09-06 Torbjörn Granlund <torbjorng@google.com>
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})