About 50 results
Open links in new tab
  1. Nomenclature and Types (GNU MP 6.3.0) - gmplib.org

    How to install and use the GNU multiple precision arithmetic library, version 6.3.0.

  2. Variable Conventions (GNU MP 6.3.0) - gmplib.org

    GMP types like mpz_t are implemented as one-element arrays of certain structures. Declaring a variable creates an object with the …

  3. Nomenclature and Types (GNU MP 6.2.1) - gmplib.org

    How to install and use the GNU multiple precision arithmetic library, version 6.2.1.

  4. Converting Integers (GNU MP 6.3.0) - gmplib.org

    This section describes functions for converting GMP integers to standard C types. Functions for converting to GMP integers are …

  5. The GNU MP Bignum Library

    (The C functions and types can of course be used directly from C++ too.) Low-level positive-integer, hard-to-use, very low overhead …

  6. GMP Basics (GNU MP 6.2.1) - gmplib.org

    Using functions, macros, data types, etc. not documented in this manual is strongly discouraged. If you do so your application is …

  7. Formatted Output Strings (GNU MP 6.3.0) - gmplib.org

    Other types or conversions that might be accepted by the C library printf cannot be used through gmp_printf, this includes for …

  8. Introduction to GMP (GNU MP 6.3.0) - gmplib.org

    GNU MP is a portable library written in C for arbitrary precision arithmetic on integers, rational numbers, and floating-point numbers. …

  9. C++ Interface General (GNU MP 6.2.1) - gmplib.org

    The classes can be freely intermixed in expressions, as can the classes and the standard types long, unsigned long and double. …

  10. C++ Interface Integers (GNU MP 6.3.0) - gmplib.org

    12.2 C++ Interface Integers Function: mpz_class::mpz_class (type n) ¶ Construct an mpz_class. All the standard C++ types may be …