iRRAM_2006_02:
none known...
iRRAM_2005_03:
none known...
iRRAM_2005_02:
Backends: LRGMP does not work on x86_64, cGMP does not work at all...
iRRAM_2005_01:
only GMP-backend fully functional
iRRAM_2004_02:
INTEGER operator *= produces nonsense. Workaround: n=n*m instead of n*=m
For the GMP backend and REAL x, sometimes "cout << x" gives imprecise results. Use MPFR, if in doubt.
iRRAM_2003_03 up to iRRAM_2003_08:
operator for limits of sequences of real numbers (not for functions!) has an error
iRRAM_2003_05:
conversion to "long" is not possible from a CONST REAL&, so first make a copy from the argument. Wrong LDFLAGS for profiling or for static compilation
iRRAM_2003_03:
Functions returning RATIONAL or INTEGER values could lead to
memory corruption.