manpagez: man pages & more
info gmp
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.8 Useful Macros and Constants

Global Constant: const int mp_bits_per_limb

The number of bits per limb.

Macro: __GNU_MP_VERSION
Macro: __GNU_MP_VERSION_MINOR
Macro: __GNU_MP_VERSION_PATCHLEVEL

The major and minor GMP version, and patch level, respectively, as integers. 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.

Global Constant: const char * const gmp_version

The GMP version number, as a null-terminated string, in the form “i.j.k”. This release is "5.0.4". Note that the format “i.j” was used when k was zero was used before version 4.3.0.

Macro: __GMP_CC
Macro: __GMP_CFLAGS

The compiler and compiler flags, respectively, used when compiling GMP, as strings.


This document was generated on February 16, 2012 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.