VFPU derpage fixed
[ipdf/code.git] / src / real.cpp
index 83b3fb8..96d8054 100644 (file)
@@ -11,5 +11,12 @@ namespace IPDF
                "Rational<int64_t>", 
                "Rational<Arbint>"
        };
+       
+#if REAL == REAL_RATIONAL_ARBINT
+       template <> Gmpint Tabs(const Gmpint & a)
+       {
+               return a.Abs();
+       }
+#endif
 
 }

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