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