summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Update libtool versioning information.Andreas Enge2020-07-231-2/+2
* added mpc_dot (dot product)Paul Zimmermann2018-04-241-3/+3
* mpc_sum: Cosmetic changes.Andreas Enge2018-04-201-1/+1
* check return value of malloc() is not NULL in mpc_sumPaul Zimmermann2018-04-191-2/+2
* Update libtool version number.Andreas Enge2016-07-221-1/+1
* implemented rootofunityAndreas Enge2016-05-241-3/+4
* Add mpc_cmp_abs.Andreas Enge2016-05-241-3/+4
* Makefile.am: increase ABI versionAndreas Enge2012-07-051-1/+1
* new functions mul_2si, div_2siAndreas Enge2012-07-051-4/+5
* renamed mul/div_2exp to mul/div_2uiAndreas Enge2012-07-051-3/+3
* added new function mpc_log10Paul Zimmermann2012-04-031-1/+1
* tentative fix for win32 dllPaul Zimmermann2011-11-031-1/+1
* sin_cos.c: split out sin.c and cos.c to follow gnu coding standards:Andreas Enge2011-08-301-9/+9
* all Makefile.am: correctly comment the copyright and license noticeAndreas Enge2011-08-291-19/+18
* license change:Andreas Enge2011-08-291-1/+19
* configure.ac, mpc.m4, Makefile.am: add warning flags directly to CFLAGSAndreas Enge2011-08-011-1/+0
* merged get_str.c into get.c to avoid potentially empty source file get.cAndreas Enge2011-05-131-1/+1
* add_si: replaced macro by function, since the macro evaluated its argumentAndreas Enge2011-01-181-1/+1
* added logging facility for functions of type c_c (one output, one input)Andreas Enge2011-01-141-0/+1
* added mpc_fma (request from Mickael Gastineau)Paul Zimmermann2011-01-141-1/+1
* moved trivial contents of sin.c and cos.c into sin_cos.cAndreas Enge2011-01-071-2/+2
* new function mpc_sin_cos, not yet documentedAndreas Enge2010-10-041-2/+3
* new functions mpc_set_c, mpc_set_lc, mpc_get_c, mpc_get_lcAndreas Enge2010-08-311-3/+3
* added pow_z, pow_ui, pow_fr, pow_si, pow_d and pow_ldPaul Zimmermann2009-10-061-9/+9
* merged inverse trigonometric and inverse hyperbolic functions from branchPaul Zimmermann2009-09-301-8/+9
* missing files for the new mpc_atan functionPaul Zimmermann2009-09-291-8/+8
* change version number to 0.7-dev to get ready for prerelease tarballAndreas Enge2009-08-261-1/+1
* [swap.c] new function mpc_swapPaul Zimmermann2009-08-261-2/+3
* src/random2.c src/mpc.h src/random.c src/Makefile.am doc/mpc.texi NEWS: remov...Philippe Theveny2009-06-291-8/+8
* First version of mpc_pow. Seems to run ok, but we have problems with largePaul Zimmermann2009-06-041-5/+5
* [configure.ac] minimal GMP version is now 4.1.3 instead of 4.2Paul Zimmermann2009-03-271-8/+8
* src/get_str.c: New function mpc_get_str.Philippe Theveny2009-03-041-5/+6
* doc/mpc.texi: Add documentation for new functions mpc_set_str and mpc_strtoc.Philippe Theveny2009-02-181-2/+2
* src/mpc.h: add new mpc_set_x functions (change macros mpc_set_d, mpc_set_ui, ...Philippe Theveny2009-02-051-2/+2
* NEWS doc/mpc.texi src/mpc.h: Add new mpc_set_x_x functions.Philippe Theveny2009-02-041-5/+4
* default precision removed, as well as init and all init_setAndreas Enge2009-01-071-2/+2
* src/get_version.c: change name from version.c to get_version.c, use literal s...Philippe Theveny2008-12-031-6/+6
* API version increaseAndreas Enge2008-12-031-0/+1
* configure.ac: put extra warning flags in WARNINGCFLAGS instead of CFLAGS.Philippe Theveny2008-11-271-0/+1
* src/set_fr_fr.c: new function.Philippe Theveny2008-11-121-3/+3
* src/arg.c: Compute the argument of a complex.Philippe Theveny2008-11-121-2/+2
* src/proj.c: new fonction for projection onto the Riemann sphere.Philippe Theveny2008-11-121-1/+1
* src/real.c, src/imag.c: New functions to access each parts of an mpc_t variable.Philippe Theveny2008-11-121-5/+6
* src/fr_div.c: Add new function (preliminary version, adapted from mpc_div, ne...Philippe Theveny2008-09-121-3/+3
* Add new functions mpc_fr_sub, mpc_sub_fr, mpc_set_fr, and mpc_get_version.Philippe Theveny2008-07-181-6/+5
* Add a new random function (uniform distribution and use of a gmp_randstate_t ...Philippe Theveny2008-07-101-7/+7
* Add mpc_tanh function.Philippe Theveny2008-05-201-1/+1
* Add hyperbolic cosine function.Philippe Theveny2008-05-191-6/+7
* Add hyperbolic sine function with tests.Philippe Theveny2008-05-061-7/+6
* Add mpc_tan function.Philippe Theveny2008-04-251-1/+1