| Commit message (Expand) | Author | Age | Files | Lines |
* | [TODO] removed mpc_log10 | zimmerma | 2012-04-03 | 1 | -3/+2 |
* | [TODO] add suggestion of new functions from Joseph S. Myers | zimmerma | 2012-03-23 | 1 | -0/+4 |
* | div.c: implemented return value | enge | 2011-09-02 | 1 | -6/+0 |
* | div.c: more stringent handling of over- and underflows | enge | 2011-09-02 | 1 | -1/+0 |
* | norm.c: rewritten to handle all cases of over- and underflow and to obtain a | enge | 2011-09-02 | 1 | -1/+3 |
* | mpc.texi: corrected documentation of return value for divisions | enge | 2011-09-02 | 1 | -0/+1 |
* | TODO: new item | enge | 2011-09-02 | 1 | -0/+3 |
* | [TODO] added item | zimmerma | 2011-09-01 | 1 | -0/+6 |
* | ttan.c, tan.dat: moved fixed test values to data file | enge | 2011-09-01 | 1 | -3/+0 |
* | tdiv.c, div.dat: moved tests to data file | enge | 2011-09-01 | 1 | -2/+1 |
* | sqr.c: remove calls to mpfr_check_range, not useful any more since no changing | enge | 2011-08-31 | 1 | -4/+0 |
* | mul.c: corrected uncleared variable from previous commit | enge | 2011-08-31 | 1 | -0/+5 |
* | TODO: added easy item | enge | 2011-08-30 | 1 | -0/+4 |
* | sin_cos.c: split out sin.c and cos.c to follow gnu coding standards: | enge | 2011-08-30 | 1 | -0/+4 |
* | mul.c, mul.dat: bug fix for wrong detection of underflow | enge | 2011-02-23 | 1 | -0/+4 |
* | done two "code clean-up" items during a Nancy-Paris train trip... | zimmerma | 2011-02-09 | 1 | -10/+0 |
* | added logging facility for functions of type c_c (one output, one input) | enge | 2011-01-14 | 1 | -0/+5 |
* | added mpc_fma (request from Mickael Gastineau) | zimmerma | 2011-01-14 | 1 | -2/+2 |
* | mpc-impl.h and test files: replaced macro OUT by MPC_OUT | enge | 2011-01-13 | 1 | -0/+5 |
* | tan: use sin_cos, gains about a third of the running time in ttan | enge | 2011-01-07 | 1 | -6/+0 |
* | TODO: removed item already handled in r794 | enge | 2010-10-04 | 1 | -1/+0 |
* | [TODO] removed mpc_pow_ui item (binary exponentiation done) | zimmerma | 2010-03-30 | 1 | -3/+0 |
* | [TODO] put back info removed in rev 738 | zimmerma | 2010-03-10 | 1 | -0/+1 |
* | resolved conflict in TODO | enge | 2010-03-10 | 1 | -2/+2 |
* | [TODO] added two efficiency items | zimmerma | 2010-03-10 | 1 | -0/+3 |
* | [TODO] added item | zimmerma | 2010-01-25 | 1 | -0/+2 |
* | getting ready for release 0.8 | enge | 2009-11-05 | 1 | -1/+0 |
* | smallish technical changes for version 0.8 | enge | 2009-11-03 | 1 | -16/+9 |
* | added pow_z, pow_ui, pow_fr, pow_si, pow_d and pow_ld | zimmerma | 2009-10-06 | 1 | -5/+1 |
* | [TODO] added item on mpc_pow_z | zimmerma | 2009-10-06 | 1 | -0/+1 |
* | [TODO] update | zimmerma | 2009-09-30 | 1 | -4/+1 |
* | TODO: wishlist function coming out of CNC'2 | enge | 2009-06-25 | 1 | -0/+2 |
* | [TODO] added suggestion from Kaveh Ghazi | zimmerma | 2009-06-17 | 1 | -0/+2 |
* | removed logging macros, which were essentially unused | enge | 2009-06-09 | 1 | -7/+0 |
* | TODO: bench | enge | 2009-06-09 | 1 | -0/+5 |
* | [pow.c] added FIXME | zimmerma | 2009-06-04 | 1 | -1/+0 |
* | TODO: List functions in C99 complex arithmetic still missing in current mpc. | thevenyp | 2009-03-18 | 1 | -0/+1 |
* | [TODO] split new functions to implement into a) those needed for C99 and | zimmerma | 2009-03-03 | 1 | -18/+25 |
* | updates in view of release 0.5.1 | enge | 2008-11-18 | 1 | -1/+1 |
* | TODO: removed done items | enge | 2008-11-17 | 1 | -5/+0 |
* | removed duplicate entries with the gforge task management system | enge | 2008-10-03 | 1 | -21/+2 |
* | Add data file for mpc_sqr. | thevenyp | 2008-10-03 | 1 | -1/+1 |
* | close feature request | enge | 2008-10-01 | 1 | -5/+0 |
* | new feature request | enge | 2008-09-29 | 1 | -0/+5 |
* | NEWS: add version number macros and configure library search order. | thevenyp | 2008-09-29 | 1 | -3/+0 |
* | added feature requests and changes | enge | 2008-09-25 | 1 | -0/+13 |
* | new, trivial fr_div | enge | 2008-09-16 | 1 | -0/+7 |
* | corrected tiny error in tfr_div.c | enge | 2008-09-15 | 1 | -5/+3 |
* | [TODO] added pointers for C99 and LIA3 | zimmerma | 2008-09-15 | 1 | -0/+3 |
* | Add new functions mpc_fr_sub, mpc_sub_fr, mpc_set_fr, and mpc_get_version. | thevenyp | 2008-07-18 | 1 | -10/+2 |