|
| bignum (int i) |
|
void | be (int i) |
|
bignum & | operator+= (const bignum &b) |
|
void | addmul (const bignum &b, int factor) |
|
string | get_str (int max_length) const |
|
| bignum (ld d) |
|
bool | operator< (const bignum &) const |
|
bool | operator> (const bignum &b) const |
|
ld | leading () const |
|
ld | approx () const |
|
ld | log_approx () const |
|
ld | approx_div (const bignum &b) const |
|
int | approx_int () const |
|
bool | nonzero () |
|
bignum | randomized_div (int x) const |
|
ld | approx_ld () const |
|
long long | approx_ll () const |
|
|
static const int | BASE = 1000000000 |
|
static const long long | BASE2 = BASE * (long long)BASE |
|
The documentation for this struct was generated from the following file: