Fix ymax in GROUP bounding box
[ipdf/code.git] / src / real.cpp
index bda6102..0f104e5 100644 (file)
@@ -7,7 +7,16 @@ namespace IPDF
                "single",
                "double",
                "long double",
-               "single [fast2sum]"
+               "VFPU",
+               "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