aboutsummaryrefslogtreecommitdiff
path: root/bigint.h
diff options
context:
space:
mode:
Diffstat (limited to 'bigint.h')
-rw-r--r--bigint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bigint.h b/bigint.h
index 213bf5c..76f5415 100644
--- a/bigint.h
+++ b/bigint.h
@@ -89,9 +89,10 @@ public:
digit_t _digit(int idx) const;
+ static Bigint mone;
static Bigint zero;
static Bigint one;
- static Bigint mone;
+ static Bigint two;
};
std::istream& operator>>(std::istream&,Bigint&);