blob: 8888265f0b1ec3751697349c3825651e76e9cd5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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)
* Possible use of an uninitialized value in mpfr_sinh, detected by valgrind.
(Kevin Ryde, 06 March 2002)
|