38 void create(
string value);
39 void checkAndSetIfZero();
40 int decompose(
string fnvalue,
string snvalue,
Bigint number,
int recurse,
string& build,
bool isDecimal,
int);
41 void internalAdd(
Bigint number);
42 void internalDivide(
Bigint number,
bool isDecimal,
int);
48 static int NUM_LENGTH;
50 static int NUM_MAX_THRESHOLD;
68 void subtract(
Bigint number);
69 void multiply(
Bigint number);
70 void divide(
Bigint number);
72 int compare(
Bigint number);