summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Synchronize with r1413 from trunk.benchs_teststhevenyp2014-01-202-0/+14
* Synchronize with r1329 from trunk.thevenyp2013-11-071-13/+13
* Synchronize with r1286 from trunk.thevenyp2012-10-294-53/+429
* Add templated tests for pow_z.thevenyp2012-10-291-1/+1
* [benchs_tests] More on templated tests.thevenyp2012-06-261-2/+2
* added new function mpc_log10zimmerma2012-04-031-2/+3
* [mul.c] don't call mpc_sqr any more when both inputs are the same variablezimmerma2012-03-061-0/+2
* mpc.m4: removed -Werror, simplified check for complex support, cf. bug #13901enge2012-02-211-2/+2
* changed result for 0^0, according to the discussion onzimmerma2012-01-091-0/+2
* mpc.texi: speak of "function index", not "function and type index"enge2011-10-281-2/+2
* div.c: implemented return valueenge2011-09-021-6/+0
* norm.c: rewritten to handle all cases of over- and underflow and to obtain aenge2011-09-021-2/+0
* mpc.texi: corrected documentation of return value for divisionsenge2011-09-021-5/+7
* TODO: new itemenge2011-09-021-2/+2
* configure.ac, mpc.m4, Makefile.am:enge2011-08-311-2/+2
* tests/Makefile.am: force creating of executables instead of shell scriptsenge2011-08-301-2/+0
* configure.ac: add svn version to autoconf versionenge2011-08-301-3/+3
* configure.ac: correct default for --enable-valgrind-tests to "no",enge2011-08-301-0/+4
* m4/valgrind-tests.m4: imported original gnulib macroenge2011-08-301-0/+3
* Makefile.am: add fdl-1.3.texi to distributionenge2011-08-291-1/+1
* mpc.texi: readded formatting options for tex to avoid overfull hboxenge2011-08-291-25/+34
* all Makefile.am: correctly comment the copyright and license noticeenge2011-08-292-1/+19
* license change:enge2011-08-292-97/+547
* next release will be 1.0.0enge2011-08-291-4/+4
* mpc.texi: simplification, no need to give neighbour nodesenge2011-08-271-51/+28
* configure.ac, mpc.m4: under windows, check first for mpfr, then for dllsenge2011-07-211-2/+2
* [mpc.texi] detail the determination of mpc_sqrt (remark from E. Thome)zimmerma2011-06-141-0/+2
* mpc.texi: C standard is implemented!enge2011-05-061-2/+2
* mpc.texi: replaced MPC by GNU MPC, MPFR by GNU MPFRenge2011-05-061-93/+93
* mpc.texi: give recommended minimal version of gccenge2011-05-061-2/+5
* configure.ac: call AC_PROG_LIBTOOL earlier so that it checks for egrepenge2011-02-211-2/+2
* mpc.texi: corrected copyright holder inside the textenge2011-02-211-2/+2
* getting ready for release 0.9enge2011-02-211-3/+3
* version changes to 0.9-rc2enge2011-02-151-3/+3
* version changes for mpc-0.9-rc1enge2011-02-081-3/+3
* tests/Makefile.am: added fma.dat to distributionenge2011-02-051-2/+2
* correct copyright line for documentationenge2011-01-261-1/+1
* added logging for functions of type cc_cenge2011-01-251-0/+16
* added mpc-log.h to distributionenge2011-01-141-1/+1
* added mpc_fma (request from Mickael Gastineau)zimmerma2011-01-141-0/+4
* mpc.texi: updated copyright dateenge2011-01-071-1/+1
* moved to version 0.9-dev instead of 0.8.3-devenge2011-01-071-4/+4
* documented sin_cosenge2011-01-071-0/+7
* mpc.h, mpc.texi:enge2011-01-071-1/+6
* increased minimal version requirements to gmp 4.3.2 and mpfr 2.4.2enge2010-10-041-2/+4
* pow.c: replace "mp_bitcnt_t", introduced in r823, by "unsigned long int"enge2010-09-021-2/+2
* renamed mpc_[s|g]et_[c|lc] to mpc_[s|g]et_[dc|ldc]enge2010-09-022-6/+6
* new functions mpc_set_c, mpc_set_lc, mpc_get_c, mpc_get_lcenge2010-08-311-5/+30
* unified computation of pow_ui and pow_si in a function pow_usi, therebyenge2010-06-171-1/+1
* algorithms.tex: another version of mpc_pow_si, using Paul'senge2010-06-171-22/+33