summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am: increase ABI versionenge2012-07-051-1/+1
* new functions mul_2si, div_2sienge2012-07-051-4/+5
* renamed mul/div_2exp to mul/div_2uienge2012-07-051-3/+3
* added new function mpc_log10zimmerma2012-04-031-1/+1
* tentative fix for win32 dllzimmerma2011-11-031-1/+1
* sin_cos.c: split out sin.c and cos.c to follow gnu coding standards:enge2011-08-301-9/+9
* all Makefile.am: correctly comment the copyright and license noticeenge2011-08-291-19/+18
* license change:enge2011-08-291-1/+19
* configure.ac, mpc.m4, Makefile.am: add warning flags directly to CFLAGSenge2011-08-011-1/+0
* merged get_str.c into get.c to avoid potentially empty source file get.cenge2011-05-131-1/+1
* add_si: replaced macro by function, since the macro evaluated its argumentenge2011-01-181-1/+1
* added logging facility for functions of type c_c (one output, one input)enge2011-01-141-0/+1
* added mpc_fma (request from Mickael Gastineau)zimmerma2011-01-141-1/+1
* moved trivial contents of sin.c and cos.c into sin_cos.cenge2011-01-071-2/+2
* new function mpc_sin_cos, not yet documentedenge2010-10-041-2/+3
* new functions mpc_set_c, mpc_set_lc, mpc_get_c, mpc_get_lcenge2010-08-311-3/+3
* added pow_z, pow_ui, pow_fr, pow_si, pow_d and pow_ldzimmerma2009-10-061-9/+9
* merged inverse trigonometric and inverse hyperbolic functions from branchzimmerma2009-09-301-8/+9
* missing files for the new mpc_atan functionzimmerma2009-09-291-8/+8
* change version number to 0.7-dev to get ready for prerelease tarballenge2009-08-261-1/+1
* [swap.c] new function mpc_swapzimmerma2009-08-261-2/+3
* src/random2.c src/mpc.h src/random.c src/Makefile.am doc/mpc.texi NEWS: remov...thevenyp2009-06-291-8/+8
* First version of mpc_pow. Seems to run ok, but we have problems with largezimmerma2009-06-041-5/+5
* [configure.ac] minimal GMP version is now 4.1.3 instead of 4.2zimmerma2009-03-271-8/+8
* src/get_str.c: New function mpc_get_str.thevenyp2009-03-041-5/+6
* doc/mpc.texi: Add documentation for new functions mpc_set_str and mpc_strtoc.thevenyp2009-02-181-2/+2
* src/mpc.h: add new mpc_set_x functions (change macros mpc_set_d, mpc_set_ui, ...thevenyp2009-02-051-2/+2
* NEWS doc/mpc.texi src/mpc.h: Add new mpc_set_x_x functions.thevenyp2009-02-041-5/+4
* default precision removed, as well as init and all init_setenge2009-01-071-2/+2
* src/get_version.c: change name from version.c to get_version.c, use literal s...thevenyp2008-12-031-6/+6
* API version increaseenge2008-12-031-0/+1
* configure.ac: put extra warning flags in WARNINGCFLAGS instead of CFLAGS.thevenyp2008-11-271-0/+1
* src/set_fr_fr.c: new function.thevenyp2008-11-121-3/+3
* src/arg.c: Compute the argument of a complex.thevenyp2008-11-121-2/+2
* src/proj.c: new fonction for projection onto the Riemann sphere.thevenyp2008-11-121-1/+1
* src/real.c, src/imag.c: New functions to access each parts of an mpc_t variable.thevenyp2008-11-121-5/+6
* src/fr_div.c: Add new function (preliminary version, adapted from mpc_div, ne...thevenyp2008-09-121-3/+3
* Add new functions mpc_fr_sub, mpc_sub_fr, mpc_set_fr, and mpc_get_version.thevenyp2008-07-181-6/+5
* Add a new random function (uniform distribution and use of a gmp_randstate_t ...thevenyp2008-07-101-7/+7
* Add mpc_tanh function.thevenyp2008-05-201-1/+1
* Add hyperbolic cosine function.thevenyp2008-05-191-6/+7
* Add hyperbolic sine function with tests.thevenyp2008-05-061-7/+6
* Add mpc_tan function.thevenyp2008-04-251-1/+1
* first try for log, probably still buggyenge2008-04-101-1/+1
* File reorganisation into three new directories: src, tests and doc.thevenyp2008-04-091-0/+11