X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Freal.cpp;h=aa0cfc80591b6bacb8db08266e299946813a7ad3;hp=ce2f976e02900a88ebb339417cd39e39b5977a09;hb=dfba002efc3b5f126ddb69e63b9a7dafdd9eacda;hpb=e8e6ff92ef0978cbec24dd69a85dbf1bd81681ad diff --git a/src/real.cpp b/src/real.cpp index ce2f976..aa0cfc8 100644 --- a/src/real.cpp +++ b/src/real.cpp @@ -7,14 +7,17 @@ namespace IPDF "single", "double", "long double", - "single [fast2sum]", //TODO REMOVE DOESN'T DO ANYTHING USEFUL + "VFPU", "Rational", - "Rational" + "Rational", + "mpfrc++ real" }; +#if REAL == REAL_RATIONAL_ARBINT template <> Gmpint Tabs(const Gmpint & a) { return a.Abs(); } +#endif }