Merge branch 'master' of git.ucc.asn.au:ipdf/code
[ipdf/code.git] / src / real.cpp
index 83b3fb8..ce2f976 100644 (file)
@@ -11,5 +11,10 @@ namespace IPDF
                "Rational<int64_t>", 
                "Rational<Arbint>"
        };
+       
+       template <> Gmpint Tabs(const Gmpint & a)
+       {
+               return a.Abs();
+       }
 
 }

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