| Commit message (Expand) | Author | Age | Files | Lines |
| * | mpc_rootofunity: Finish adding the function. | Andreas Enge | 2016-05-24 | 1 | -1/+1 |
| * | Add mpc_cmp_abs. | Andreas Enge | 2016-05-24 | 1 | -0/+1 |
| * | NEWS: Provide more details on the recent bug fixes. | Andreas Enge | 2015-05-08 | 1 | -1/+2 |
| * | fixed bug reported by Joseph Myers | Paul Zimmermann | 2015-03-26 | 1 | -0/+2 |
| * | Update NEWS and README.dev concerning libtool version. | Andreas Enge | 2015-02-16 | 1 | -0/+1 |
| * | Update NEWS. | Andreas Enge | 2014-11-20 | 1 | -0/+4 |
| * | bench: Shorten lines to fit normal terminals. | Andreas Enge | 2014-01-24 | 1 | -0/+2 |
| * | NEWS: Update copyright years. | Andreas Enge | 2014-01-15 | 1 | -1/+1 |
| * | Update NEWS. | Andreas Enge | 2014-01-13 | 1 | -4/+6 |
| * | Update NEWS. | Andreas Enge | 2013-08-26 | 1 | -0/+2 |
| * | NEWS: added comment for previous fix | Andreas Enge | 2012-10-01 | 1 | -0/+4 |
| * | added NEWS entry for automake vulnerability | Andreas Enge | 2012-08-28 | 1 | -0/+2 |
| * | backported fix in r1254 to branch 1.0 | Andreas Enge | 2012-08-28 | 1 | -0/+2 |
| * | updated NEWS files | Andreas Enge | 2012-08-28 | 1 | -1/+1 |
| * | committed patch in 1.0 branch and trunk for | Andreas Enge | 2012-08-28 | 1 | -0/+3 |
| * | require mpfr >= 3.0.0 | Andreas Enge | 2012-07-23 | 1 | -0/+3 |
| * | getting ready for 1.0 release | Andreas Enge | 2012-07-19 | 1 | -6/+7 |
| * | NEWS: prefixed function names consistently by mpc_ | Andreas Enge | 2012-07-09 | 1 | -31/+35 |
| * | preparing 1.0.0rc1 | Andreas Enge | 2012-07-07 | 1 | -1/+1 |
| * | atan.c: transform test into assertion, add comments | Andreas Enge | 2012-07-06 | 1 | -0/+1 |
| * | new functions mul_2si, div_2si | Andreas Enge | 2012-07-05 | 1 | -1/+1 |
| * | renamed mul/div_2exp to mul/div_2ui | Andreas Enge | 2012-07-05 | 1 | -1/+3 |
| * | tmul.c: shortened test output using more recent macros | Andreas Enge | 2012-06-26 | 1 | -1/+3 |
| * | conj.dat, fr_sub.dat: complete branch test coverage | Andreas Enge | 2012-06-25 | 1 | -0/+1 |
| * | added new function mpc_log10 | Paul Zimmermann | 2012-04-03 | 1 | -0/+1 |
| * | removed K&R support | Andreas Enge | 2012-03-14 | 1 | -0/+2 |
| * | NEWS: updates | Andreas Enge | 2012-03-07 | 1 | -4/+3 |
| * | [mul.c] don't call mpc_sqr any more when both inputs are the same variable | Paul Zimmermann | 2012-03-06 | 1 | -0/+1 |
| * | define 0^0 as (1,+0), since the sign of the imaginary part cannot be determined | Andreas Enge | 2012-01-23 | 1 | -3/+1 |
| * | changed result for 0^0, according to the discussion on | Paul Zimmermann | 2012-01-09 | 1 | -0/+3 |
| * | norm.c: new underflow handling | Andreas Enge | 2011-09-06 | 1 | -2/+2 |
| * | div.c: implemented return value | Andreas Enge | 2011-09-02 | 1 | -2/+4 |
| * | NEWS: updated for norm | Andreas Enge | 2011-09-02 | 1 | -2/+2 |
| * | norm.c: rewritten to handle all cases of over- and underflow and to obtain a | Andreas Enge | 2011-09-02 | 1 | -0/+1 |
| * | license change: | Andreas Enge | 2011-08-29 | 1 | -1/+10 |
| * | sqr.c: fixed reuse bug with infinite argument | Andreas Enge | 2011-02-23 | 1 | -1/+1 |
| * | asin.c: corrected reuse bug for infinite argument | Andreas Enge | 2011-02-23 | 1 | -2/+2 |
| * | proj.c: corrected (and simplified) infinite input with overlap | Andreas Enge | 2011-02-23 | 1 | -3/+5 |
| * | mul.c, mul.dat: bug fix for wrong detection of underflow | Andreas Enge | 2011-02-23 | 1 | -0/+5 |
| * | add_si: replaced macro by function, since the macro evaluated its argument | Andreas Enge | 2011-01-18 | 1 | -0/+2 |
| * | NEWS: mention logging feature | Andreas Enge | 2011-01-14 | 1 | -1/+4 |
| * | tan: use sin_cos, gains about a third of the running time in ttan | Andreas Enge | 2011-01-07 | 1 | -2/+4 |
| * | documented sin_cos | Andreas Enge | 2011-01-07 | 1 | -0/+1 |
| * | sqrt.c: reimplement mpfr_min_prec for mpfr<3 | Andreas Enge | 2010-11-18 | 1 | -0/+1 |
| * | increased minimal version requirements to gmp 4.3.2 and mpfr 2.4.2 | Andreas Enge | 2010-10-04 | 1 | -0/+1 |
| * | renamed mpc_[s|g]et_[c|lc] to mpc_[s|g]et_[dc|ldc] | Andreas Enge | 2010-09-02 | 1 | -3/+3 |
| * | new functions mpc_set_c, mpc_set_lc, mpc_get_c, mpc_get_lc | Andreas Enge | 2010-08-31 | 1 | -0/+4 |
| * | exp: closed bug http://lists.gforge.inria.fr/pipermail/mpc-discuss/2010-July/... | Andreas Enge | 2010-07-30 | 1 | -0/+1 |
| * | NEWS: mention bug fixes | Andreas Enge | 2010-07-15 | 1 | -0/+2 |
| * | unified computation of pow_ui and pow_si in a function pow_usi, thereby | Andreas Enge | 2010-06-17 | 1 | -1/+2 |