summaryrefslogtreecommitdiff
path: root/mpfr/tests/tasin.c
Commit message (Collapse)AuthorAgeFilesLines
* * mpfr/*, configure.in: Update to final mpfr 2.0.1.Kevin Ryde2002-04-151-1/+1
|
* * mpfr/*: Update to 2.0.1.Kevin Ryde2002-04-091-3/+16
|
* * mpfr: Update to 20020301, except internal_ceil_exp2.c,Kevin Ryde2002-03-091-2/+2
| | | | | | internal_ceil_log2.c, internal_floor_log2.c renamed to i_ceil_exp2.c, i_ceil_log2.c, i_floor_log2.c to be unique in DOS 8.3. And sqrtrem.c removed since no longer required.
* Use #include "", not <>, for gmp.h and mpfr.h.tege2002-01-171-2/+3
| | | | Make sure to #include mpfr-test.h from all files that use random().
* * mpfr: Update to 2001-11-16. Patch TMP handling of agm.c and sqrt.c,Kevin Ryde2001-11-301-0/+78
separate .c files for floor and ceil, disable an expression assert in add1.c.