summaryrefslogtreecommitdiff
path: root/doc/mpc.texi
Commit message (Expand)AuthorAgeFilesLines
* merge trunk into branch rootsunityrootsunityenge2012-09-191-6/+8
* merge trunk into branch rootsunityenge2012-06-271-9/+10
* 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
* 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
* tests/Makefile.am: force creating of executables instead of shell scriptsenge2011-08-301-2/+0
* 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
* 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-291-1/+1
* license change:enge2011-08-291-97/+41
* mpc.texi: simplification, no need to give neighbour nodesenge2011-08-271-51/+28
* [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
* mpc.texi: corrected copyright holder inside the textenge2011-02-211-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_fma (request from Mickael Gastineau)zimmerma2011-01-141-0/+4
* mpc.texi: updated copyright dateenge2011-01-071-1/+1
* 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
* renamed mpc_[s|g]et_[c|lc] to mpc_[s|g]et_[dc|ldc]enge2010-09-021-4/+4
* new functions mpc_set_c, mpc_set_lc, mpc_get_c, mpc_get_lcenge2010-08-311-5/+30
* mpc.texi: added warning for mpc_set_fr_fr; closes bug #9991enge2010-06-161-0/+6
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1enge2010-06-111-7/+7
* changed char* into const char* for mpc_set_str and mpc_strtoczimmerma2010-03-191-4/+3
* [abs.c,norm.c] changed mp_rnd_t to mpfr_rnd_tzimmerma2009-11-211-4/+4
* added pow_z, pow_ui, pow_fr, pow_si, pow_d and pow_ldzimmerma2009-10-061-0/+9
* [mpc.texi] added information on branch cut for acoshzimmerma2009-10-011-0/+1
* merged inverse trigonometric and inverse hyperbolic functions from branchzimmerma2009-09-301-2/+12
* missing files for the new mpc_atan functionzimmerma2009-09-291-0/+4
* mpc-impl.h, mpc.texi: small changes to documentation and commentsenge2009-09-071-2/+2
* pow.c: renamed variable to avoid duplicate nameenge2009-09-071-2/+2
* [swap.c] new function mpc_swapzimmerma2009-08-261-0/+7
* mpc.texi: clarified documentation for ./configure as per requestenge2009-08-041-0/+6
* src/random2.c src/mpc.h src/random.c src/Makefile.am doc/mpc.texi NEWS: remov...thevenyp2009-06-291-21/+0
* set_x.c: new function mpc_set_nan, setting the real and imaginaryenge2009-06-291-0/+4
* First version of mpc_pow. Seems to run ok, but we have problems with largezimmerma2009-06-041-0/+5
* removed need for underscore in types plugged into MPC_SET_X_Yenge2009-06-041-7/+4
* removed mentioning of empty argument in the documentation of MPC_SET_X_Yenge2009-06-041-20/+7
* upgraded version requirement to gmp 4.2 and removed workarounds for olderenge2009-06-041-1/+1
* moved MPC_RE and MPC_IM to mpc-impl.h and removed their documentation,enge2009-06-041-11/+5
* doc/mpc.texi: Improve MPC_SET_X_Y documentation.thevenyp2009-04-231-2/+2