Rational representation
[ipdf/code.git] / src / real.cpp
index 74c774b..70c6530 100644 (file)
@@ -5,7 +5,10 @@ namespace IPDF
        // Maps the REAL to a string
        const char * g_real_name[] = {
                "single",
        // Maps the REAL to a string
        const char * g_real_name[] = {
                "single",
-               "double"
+               "double",
+               "long double",
+               "single [fast2sum]", //TODO REMOVE DOESN'T DO ANYTHING USEFUL
+               "Rational<int64_t>"
        };
 
 }
        };
 
 }

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