summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a bug in pow_ui.c and pow_z.c: NaN^0 returned NaN instead of 1vlefevre2008-07-201-2/+2
* tests/tprintf.c: add tests for mpfr_printf and mpfr_vprintf.thevenyp2008-03-101-1/+1
* rename tprintf.c as tsprintf.c, because it does not deal with mpfr_printf.thevenyp2008-02-121-1/+17
* rec_sqrt.c: complete rewrite, to allow to use directly the MPFR internalzimmerma2008-01-151-1/+1
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-231-1/+1
* add dilogarithm functionthevenyp2007-10-161-1/+1
* new fmod functionthevenyp2007-09-261-1/+1
* new mpfr_sinh_cosh functionthevenyp2007-09-211-1/+1
* tests: added tisqrt.c (test file for __gmpfr_isqrt internal function).vlefevre2007-09-181-2/+2
* new function mpfr_modf and add restrictions on mpfr_sin_cos' variablesthevenyp2007-09-131-1/+1
* new arithmetic functions with a double argumentthevenyp2007-09-071-2/+2
* Added texp10.c (texp10 currently fails).vlefevre2007-08-091-1/+1
* Replaced l2b cache by constants, as suggested by Patrick Pelissier,vlefevre2007-07-311-1/+1
* Moved mpfr-test.h into the tests directory.vlefevre2007-07-251-1/+1
* Added mpfr_fms based on mpfr_fma.vlefevre2007-07-011-1/+1
* added mpfr_remquo and mpfr_remainderzimmerma2007-05-021-1/+1
* Added preliminary support for mpfr_lngamma and tests.vlefevre2007-04-251-1/+1
* added Bessel functions of second kind (y0, y1, yn_si)zimmerma2007-03-311-1/+1
* added Bessel functions of first kind: j0, j1, jnzimmerma2007-03-221-1/+1
* Merged the new generic tests.vlefevre2006-11-171-0/+1
* added new (preliminary) conversions functions to/from decimal64zimmerma2006-11-051-1/+1
* One needs automake 1.6; autoreconf fails with automake 1.4. Addingvlefevre2006-07-161-1/+1
* new test file for mpfr_get_ld_2expzimmerma2006-02-281-1/+1
* Fixed MPFR_INT_CEIL_LOG2 (in mpfr-impl.h) and __gmpfr_int_ceil_log2vlefevre2005-10-311-1/+1
* new function mpfr_zeta_ui for integer argumentzimmerma2005-09-231-1/+1
* Fix: readded dependencies.vlefevre2005-09-081-1/+1
* new function lngammazimmerma2005-08-311-1/+1
* Add test file for mpfr_subnormalizepelissip2005-08-011-1/+1
* Add first version of MPFR stack interface.pelissip2005-07-261-1/+1
* Add functions mpfr_sech, mpfr_coth and mpfr_csch.pelissip2005-05-041-1/+1
* added mpfr_eintzimmerma2005-04-301-1/+1
* added sec, csc, cotzimmerma2005-04-221-1/+1
* added mpfr_root, removed from TODOzimmerma2005-04-221-1/+1
* adjusted initial guard digits for const_catalan to avoid failure for prec<=10^4zimmerma2005-04-201-1/+1
* Add generic test for functions which lookspelissip2005-03-301-1/+1
* new function mpfr_get_fzimmerma2005-03-081-1/+1
* Add tune program for MPFR.pelissip2005-02-241-1/+1
* Fix LOADLIBES so that it works (it doesn't due to libtool change). But itpelissip2005-02-161-1/+1
* Clean up configure (more simplier).pelissip2005-02-111-1/+1
* Add support for Shared Library in MPFR (both Unix and Windows) by using libtool.pelissip2005-02-081-6/+6
* Add new function mpfr_pow_z and its test file.pelissip2005-01-241-1/+1
* added LOADLIBES=...zimmerma2005-01-211-0/+1
* Remove useless assembly code.pelissip2004-12-141-15/+0
* New functions mpfr_get_sj and mpfr_get_uj, with tests.vlefevre2004-09-271-1/+1
* Add mpfr_strtofr function.pelissip2004-09-201-1/+1
* Use LIBS instead of LDADD for libraries (GMP).pelissip2004-09-171-1/+1
* Add function mpfr_sqr (TODO: Make doc)pelissip2004-07-201-1/+1
* Change the order of the tests.pelissip2004-03-171-1/+1
* Add mpz_set_fr function and its test.pelissip2004-03-161-1/+1
* Add new functions:pelissip2004-03-151-1/+1