Remove terrible "pow()" functions
[ipdf/code.git] / src / real.cpp
index 7c70a92..0f104e5 100644 (file)
@@ -6,7 +6,17 @@ namespace IPDF
        const char * g_real_name[] = {
                "single",
                "double",
-               "long double"
+               "long double",
+               "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