summaryrefslogtreecommitdiff
path: root/BUGS
blob: d7e6828e2e6600d68ef591dc7cff0be7d290aab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Probably many bugs.

Knowns bugs:

* The overflows/underflows are not yet implemented in all functions.

* Possible integer overflows on some machines.

* get_str.c: condition len != n + 1 is always satisfied at the end.
  This means that there are too many reallocations (possibly useless
  ones) and a possible bug.

* TMP_ALLOC problems in agm.c and sqrt.c. (Kevin Ryde, 05 March 2002)

* get_d.c: still some problems with subnormals (the test fails).

* mpfr_set_d may give wrong results on some architectures.