summaryrefslogtreecommitdiff
path: root/tests/tatan.c
Commit message (Expand)AuthorAgeFilesLines
...
* tatan.c: added a similar test, but with an exact division result.vlefevre2007-08-281-2/+12
* tatan.c: fixed test.vlefevre2007-08-281-1/+2
* tatan.c: updated comment.vlefevre2007-08-281-1/+1
* tatan.c: extended the latest testcase to any platform (e.g. 64 bits).vlefevre2007-08-281-2/+6
* tatan.c: added testcase from a bug reported by Christopher Creutzig.vlefevre2007-08-281-0/+10
* Fixed mpfr_inits and mpfr_clears calls in tests/tatan.c.vlefevre2007-08-111-2/+2
* No longer use MPFR_CHECK_ALL in tests. In '-dev' versions, assumevlefevre2007-07-251-2/+1
* Added code to check mpfr against Gonnet's tables when the environment variablezimmerma2007-07-201-0/+3
* atan2.c: quick-and-dirty fix for atan2(y,1)zimmerma2007-07-181-5/+8
* added test from Ch. Creutzigzimmerma2007-07-181-0/+19
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-2/+2
* Tests: when restoring the exponent range, save emin/emax first insteadvlefevre2007-06-211-2/+6
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-1/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* 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