Division less buggy, still slow
[ipdf/code.git] / src / arbint.h
index 12f8302..4b819b9 100644 (file)
@@ -101,7 +101,7 @@ namespace IPDF
                        
                        inline bool operator>=(const Arbint & leq) const 
                        {
-                               return (this->operator==(leq) || this->operator<(leq));
+                               return (this->operator==(leq) || this->operator>(leq));
                        }
                        inline bool operator>(const Arbint & grea) const
                        {

UCC git Repository :: git.ucc.asn.au