From 00c059d4554f70fc52d94ff1d5dd28976bf857fb Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sat, 8 Oct 2016 13:46:59 +0200 Subject: Code cleanup --- numalgo.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'numalgo.cpp') diff --git a/numalgo.cpp b/numalgo.cpp index 38184b1..ee77afc 100644 --- a/numalgo.cpp +++ b/numalgo.cpp @@ -25,10 +25,8 @@ Bigint gcd(Bigint a,Bigint b){ Bigint egcd(const Bigint &a,const Bigint &b,Bigint &x,Bigint &y){ Bigint x2(0),y2(1),r(a),r2(b); x=1; y=0; - //cerr<0&&n.odd()); int res=1; while(true){ - // cerr<<" a="<