summaryrefslogtreecommitdiff
path: root/gmp.texi
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-11-26 21:46:04 +0100
committerKevin Ryde <user42@zip.com.au>2001-11-26 21:46:04 +0100
commit9fc22b141dbd87fea44c0ff44fa4746557c14be0 (patch)
tree97c9ec12b715727efae82e39d4512c139bfed77d /gmp.texi
parent245dc6e54a6fd5bbc805e58610a59c1f265a9941 (diff)
downloadgmp-9fc22b141dbd87fea44c0ff44fa4746557c14be0.tar.gz
* gmp.texi (Useful Macros and Constants): Add gmp_version, add @findex
for mp_bits_per_limb.
Diffstat (limited to 'gmp.texi')
-rw-r--r--gmp.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/gmp.texi b/gmp.texi
index 77c91571d..08a49a570 100644
--- a/gmp.texi
+++ b/gmp.texi
@@ -1691,6 +1691,7 @@ away fetches from them. The GMP functions affected are @code{mpz_set_str},
@cindex Constants
@deftypevr {Global Constant} {const int} mp_bits_per_limb
+@findex mp_bits_per_limb
@cindex Bits per limb
@cindex Limb size
The number of bits per limb.
@@ -1706,6 +1707,12 @@ For GMP i.j, these numbers will be i, j, and 0, respectively.
For GMP i.j.k, these numbers will be i, j, and k, respectively.
@end defmac
+@deftypevr {Global Constant} {const char * const} gmp_version
+@findex gmp_version
+The GMP version number, as a null-terminated string, in the form ``i.j'' or
+``i.j.k''. This release is @nicode{"@value{VERSION}"}.
+@end deftypevr
+
@node Compatibility with older versions, Efficiency, Useful Macros and Constants, GMP Basics
@section Compatibility with older versions