summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 0.8.20.8.2enge2010-05-145-7/+7
* [Makefile.vc] patch from Mickael Gastineau: memory.c was missing in the linezimmerma2010-05-051-5/+2
* preparing release of 0.8.2-rc1enge2010-05-053-6/+6
* Remove definition of GMP_RND_MAX in tests, since the corresponding mpfr symbo...thevenyp2010-05-032-17/+10
* tests/Makefile.am: added pow_ui_dat to the distributionenge2010-04-301-1/+1
* tpow_ui.c: fixed warning when in C90 modeenge2010-04-131-1/+2
* pow_ui.c: compare with precision of result, not of argumentenge2010-04-111-1/+1
* pow_ui.c: added code for a second binary trial in certain casesenge2010-04-113-47/+69
* pow_ui.c:enge2010-04-012-12/+14
* [pow_ui.c] fixed mp_prec_t -> mp_exp_t from previous commitzimmerma2010-04-011-3/+3
* pow_ui.dat:enge2010-04-011-0/+3
* pow_ui.c:enge2010-04-018-14/+188
* pow_ui.c:enge2010-04-012-85/+80
* [src/pow_ui.c] implemented new trick: if '11' appears in the exponent (notzimmerma2010-03-312-12/+40
* [src/pow_ui.c] implemented small-sliding-window trick. For exponent 12345,zimmerma2010-03-312-5/+24
* algorithms.tex:enge2010-03-301-6/+6
* pow_ui.c:enge2010-03-301-2/+2
* [TODO] removed mpc_pow_ui item (binary exponentiation done)zimmerma2010-03-301-3/+0
* [src/pow_ui.c] implemented binary exponentiation (with fallback to mpc_powzimmerma2010-03-303-6/+146
* algorithms.tex:enge2010-03-301-81/+80
* algorithms.tex:enge2010-03-272-50/+47
* changed char* into const char* for mpc_set_str and mpc_strtoczimmerma2010-03-194-15/+15
* [algorithms.tex] added Maple code to support claimed boundzimmerma2010-03-111-0/+21
* [algorithms.tex] added error analysis for pow_uizimmerma2010-03-112-0/+42
* [TODO] put back info removed in rev 738zimmerma2010-03-101-0/+1
* resolved conflict in TODOenge2010-03-101-2/+2
* [TODO] added two efficiency itemszimmerma2010-03-101-0/+3
* [pow.c] improved initial precision, to avoid Ziv's failureszimmerma2010-03-101-1/+1
* [TODO] added itemzimmerma2010-01-251-0/+2
* [acos.c] fixed problem with GMP_RNDA (should be MPFR_RNDA, and code was wrong)zimmerma2009-12-091-4/+1
* moving on to 0.8.2-devenge2009-12-086-8/+9
* getting ready for release 0.8.1enge2009-12-088-11/+16
* [read_data.c,tstrtoc.c] patch from Philippe Theveny to fix the line numberzimmerma2009-12-032-10/+19
* [read_data.c] following suggestion of Philippe Theveny, added test forzimmerma2009-12-021-22/+50
* updated NEWSenge2009-11-211-0/+6
* [log.dat] fixed wrong ternary value in test file!!!zimmerma2009-11-211-1/+1
* [abs.c,norm.c] changed mp_rnd_t to mpfr_rnd_tzimmerma2009-11-213-7/+9
* [atan.c] fixed problem with variable y which was initialized twicezimmerma2009-11-201-3/+2
* added mechanism (copied from GNU MPFR 2.4.1) to check memoryzimmerma2009-11-205-4/+205
* fixed bug reported by Geoff Bailey (acosh, asinh and atanh swap the precisionszimmerma2009-11-206-31/+119
* moved content of test.c in tget_version.czimmerma2009-11-053-37/+11
* [tests/Makefile.am] fixed typozimmerma2009-11-051-1/+1
* [test.c] previous commit was a binary file, this one should be okzimmerma2009-11-051-0/+0
* increasing version to 0.8.1-devenge2009-11-055-10/+10
* [test.c] added dummy test file to display versions of GMP and MPFRzimmerma2009-11-052-1/+1
* getting ready for release 0.8enge2009-11-056-9/+8
* atan.c: removed test that is always false, without resolving the case ofenge2009-11-031-5/+5
* smallish technical changes for version 0.8enge2009-11-038-31/+25
* [pow.dat] added one more coverage testzimmerma2009-11-031-0/+3
* [pow.c] fixed bugs in underflow and overflow caseszimmerma2009-11-032-8/+25