[BACK]Return to BUGS CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / mpfr

Annotation of OpenXM_contrib/gmp/mpfr/BUGS, Revision 1.1.1.1

1.1       ohara       1: Probably many bugs.
                      2:
                      3: Known bugs:
                      4:
                      5: * The overflows/underflows are not yet implemented in all functions.
                      6:
                      7: * Possible integer overflows on some machines.
                      8:
                      9: * mpfr_set_d may give wrong results on some architectures.
                     10:
                     11: Potential bugs:
                     12:
                     13: * get_str.c: condition len != n + 1 is always satisfied at the end.
                     14:   This means that there are too many reallocations (possibly useless
                     15:   ones) and a possible bug.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>