#include <iostream>
#include <stdlib.h>
#include "gmp++_int.h"
Functions | |
std::ostream & | absOutput (std::ostream &o, const Integer &n) |
std::string & | Integer2string (std::string &s, const Integer &n, int base) |
std::vector< mp_limb_t > & | Integer2vector (std::vector< mp_limb_t > &v, const Integer &n) |
std::istream & | operator>> (std::istream &in, Integer &a) |
|
|
|
|
|
|
|
|