[Gmp-commit] /var/hg/gmp: doc/gmp.texi: Document mpf_cmp_z .

mercurial at gmplib.org mercurial at gmplib.org
Fri Sep 11 14:10:06 UTC 2015


details:   /var/hg/gmp/rev/018c1d23cdb4
changeset: 16825:018c1d23cdb4
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Fri Sep 11 16:09:52 2015 +0200
description:
doc/gmp.texi: Document mpf_cmp_z .

diffstat:

 ChangeLog    |  1 +
 doc/gmp.texi |  1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r e9d16353c722 -r 018c1d23cdb4 ChangeLog
--- a/ChangeLog	Fri Sep 11 08:01:43 2015 +0200
+++ b/ChangeLog	Fri Sep 11 16:09:52 2015 +0200
@@ -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 at google.com>
 
diff -r e9d16353c722 -r 018c1d23cdb4 doc/gmp.texi
--- a/doc/gmp.texi	Fri Sep 11 08:01:43 2015 +0200
+++ b/doc/gmp.texi	Fri Sep 11 16:09:52 2015 +0200
@@ -4957,6 +4957,7 @@
 @cindex Comparison functions
 
 @deftypefun int mpf_cmp (const mpf_t @var{op1}, const mpf_t @var{op2})
+ at 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})


More information about the gmp-commit mailing list