#include <cstdlib>
#include <iomanip>
#include <iostream>
#include <string>
#include <gmp.h>
Go to the source code of this file.
Namespaces | |
namespace | my_mpz_wrapper |
Functions | |
unsigned long int | my_mpz_wrapper::mpz_remainder_ui_ (const mpz_t n, const unsigned long int d) |
unsigned long int | my_mpz_wrapper::mpz_remainder_ui (const mpz_t n, const unsigned long int d) |
std::ostream & | my_mpz_wrapper::operator<< (std::ostream &ostr, const mpz_t value) |
wrapper function to output mpz_t numbers (to avoid/minimize explicit conversions) | |
std::istream & | my_mpz_wrapper::operator>> (std::istream &istr, mpz_t value) |
input wrapper function for mpz_t numbers | |
Variables | |
const int | my_mpz_wrapper::probab_prime_checks = 25 |
const int | my_mpz_wrapper::mpzbase_f = 32 |
Definition in file mpz_wrapper.H.