summaryrefslogtreecommitdiff
path: root/tests/tatan.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-6/+6
* Converted tabs to spaces with expand.vlefevre2005-08-181-1/+1
* Added in-place tests for atan(+/-0).vlefevre2005-07-051-0/+12
* Improve test for signed 0.pelissip2005-07-051-2/+4
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Improve random tests.pelissip2005-05-091-0/+1
* Fix atan2 to fit C99 semantic.pelissip2005-04-141-3/+96
* Add function mpfr_atan2pelissip2005-04-041-1/+32
* Fix bug in estimated error (See previous ChangeLog).pelissip2005-03-021-0/+14
* Fix bug of atan(-1) (wrong sign).pelissip2005-02-041-0/+4
* casts to allow compilation with g++zimmerma2005-01-271-10/+12
* Fix forgotten '2005' Line.pelissip2005-01-041-1/+1
* Fix wrong inexact value (regression).pelissip2005-01-041-0/+16
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-4/+4
* Fix overflow and add corresponding tests.pelissip2004-05-061-0/+25
* + Better support of non IEEE doubles.pelissip2004-02-061-2/+2
* fixed bugs in atan cbrt erfzimmerma2004-01-271-0/+14
* added several hard-coded tests (and fixed bugs found)zimmerma2004-01-221-19/+80
* + Optimize a few div.cpelissip2003-12-151-4/+1
* now uses #include "tgeneric.c" everywherezimmerma2003-10-141-51/+5
* reduced test timezimmerma2003-10-071-1/+1
* added test for atan(-Inf)zimmerma2003-10-061-0/+10
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-2/+4
* Changed the remaining stderr to stdout.vlefevre2003-09-251-9/+9
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-1/+1
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-3/+3
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-5/+2
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+3
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* #include fixes (Torbjorn Granlund).vlefevre2002-01-171-2/+3
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-2/+2
* added a new test (worst case)zimmerma2001-11-301-1/+34
* start tests with precision 2 instead of 1zimmerma2001-11-301-1/+1
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-1/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* reduced number of random tests (took too much time)zimmerma2001-10-111-1/+1
* new name for file tarctan.czimmerma2001-08-141-0/+94