Deal with groups in SVG parsing
[ipdf/code.git] / src / real.cpp
index 74c774b..0f104e5 100644 (file)
@@ -5,7 +5,18 @@ namespace IPDF
        // Maps the REAL to a string
        const char * g_real_name[] = {
                "single",
-               "double"
+               "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