summaryrefslogtreecommitdiff
path: root/tests/tpow_all.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Use of the numberof macro.vlefevre2014-01-231-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-2/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* avoid several compiler warnings with g++zimmerma2010-10-101-1/+1
* Replacedvlefevre2010-07-301-1/+1
* Type corrections for C++ compilers (in particular, mpfr_rnd_t vs int).vlefevre2010-05-191-4/+5
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-4/+4
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-23/+23
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-3/+0
* printf.c tests/tpow_all.c: <string.h> is not automatically included when comp...thevenyp2009-05-051-0/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-51/+51
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Untabified and deleted trailing spaces (for patches).vlefevre2009-02-271-7/+7
* added round to away (still experimental)zimmerma2009-02-261-5/+11
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* [tests] changes to make compilation work with g++ (only fixed errors,zimmerma2008-11-201-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* tests/tpow_all.c: added test of mpfr_rec_sqrt (only with MPFR 2.4.0+).vlefevre2008-08-211-0/+17
* tests/tpow_all.c: removed useless parentheses.vlefevre2008-08-211-1/+1
* tests/tpow_all.c:vlefevre2008-08-201-2/+33
* tests/tpow_all.c: added an underflow test of x^y with y integer < 0.vlefevre2008-08-201-0/+47
* tests/tpow_all.c: fixed mpfr_clear in overflow_inv.vlefevre2008-08-201-1/+2
* tests/tpow_all.c: more detailed error messages.vlefevre2008-08-201-5/+8
* tests/tpow_all.c: improved overflow_inv tests to trigger a bugvlefevre2008-08-201-48/+58
* tests/tpow_all.c: in overflow_inv, reduced t to [0,5] and added tests.vlefevre2008-08-201-1/+36
* tests/tpow_all.c: improved error messages.vlefevre2008-08-191-28/+33
* tests/tpow_all.c: changed the precisions in overflow_inv for clearervlefevre2008-08-191-2/+2
* tests/tpow_all.c: information about extended exponent range wasn'tvlefevre2008-08-191-41/+43
* tests/tpow_all.c: added overflow tests for x^(-1). -> Failure.vlefevre2008-08-191-0/+35
* tests/tpow_all.c: added tests -> assertion failed in pow.c line 603.vlefevre2008-08-161-53/+88
* tests/tpow_all.c: added test of mpfr_ui_div.vlefevre2008-08-151-1/+14
* Merged vlefevre branch:vlefevre2008-08-111-42/+159
* tests/tpow_all.c: added test of mpfr_exp2 and mpfr_exp10.vlefevre2008-07-251-0/+26
* tests/tpow_all.c: added a test that detects a bug in an underflow case.vlefevre2008-07-211-18/+109
* tests/tpow_all.c: made the comparisons between the power functionsvlefevre2008-07-211-134/+176
* Fixed a bug in pow_ui.c and pow_z.c: NaN^0 returned NaN instead of 1vlefevre2008-07-201-0/+263