summaryrefslogtreecommitdiff
path: root/src/mpc.h
Commit message (Expand)AuthorAgeFilesLines
* src/mpc.h: Cosmetic changes and add some missing __MPC_PROTO.thevenyp2009-03-111-33/+33
* src/mpc.h: remove mpc_set_ui_fr prototype (the function itself has been remov...thevenyp2009-03-101-1/+0
* src/mpc.h doc/mpc.texi NEWS: describe new macro MPC_SET_X_Y.thevenyp2009-03-091-6/+0
* src/get_str.c: New function mpc_get_str.thevenyp2009-03-041-2/+4
* doc/mpc.texi: Add documentation for new functions mpc_set_str and mpc_strtoc.thevenyp2009-02-181-1/+3
* src/mpc.h: add new mpc_set_x functions (change macros mpc_set_d, mpc_set_ui, ...thevenyp2009-02-051-5/+8
* NEWS doc/mpc.texi src/mpc.h: Add new mpc_set_x_x functions.thevenyp2009-02-041-1/+34
* removed mpc_init from mpc.henge2009-01-191-1/+0
* default precision removed, as well as init and all init_setenge2009-01-071-12/+0
* [log.c] now mpc_log returns int instead of voidzimmerma2008-12-081-2/+2
* return values for tanhenge2008-12-081-1/+1
* added return value to coshenge2008-12-081-1/+1
* return value for sinhenge2008-12-081-1/+1
* src/mpc.h: Change prototype of mpc_sin, mpc_cos, mpc_tan which now return ine...thevenyp2008-12-031-3/+3
* now mpc_exp returns 'int' instead of 'void'zimmerma2008-12-031-1/+1
* ready for version 0.6!enge2008-12-031-3/+3
* approaching the 0.5.2 releaseenge2008-12-021-1/+1
* src/mpc.h: Add MPC_VERSION and MPC_VERSION_NUM macros.thevenyp2008-11-271-1/+6
* passing to autoconf 2.61enge2008-11-201-3/+3
* ready for working on the next release!enge2008-11-181-3/+3
* updates in view of release 0.5.1enge2008-11-181-1/+1
* [mul.c] fixed bug found by Philippe (20081114)zimmerma2008-11-141-0/+5
* removed non-public macros in mpc-impl.h from NEWSenge2008-11-141-3/+3
* - added data files for norm, div, div_fr, fr_div, mul_frenge2008-11-131-3/+3
* src/set_fr_fr.c: new function.thevenyp2008-11-121-0/+1
* src/arg.c: Compute the argument of a complex.thevenyp2008-11-121-0/+1
* src/proj.c: new fonction for projection onto the Riemann sphere.thevenyp2008-11-121-0/+1
* src/real.c, src/imag.c: New functions to access each parts of an mpc_t variable.thevenyp2008-11-121-0/+4
* [mpc.h] added export declaration for Windowszimmerma2008-10-171-57/+66
* src/mpc.h: add macros for mpc version number.thevenyp2008-09-261-0/+6
* src/fr_div.c: Add new function (preliminary version, adapted from mpc_div, ne...thevenyp2008-09-121-0/+1
* Add new functions mpc_fr_sub, mpc_sub_fr, mpc_set_fr, and mpc_get_version.thevenyp2008-07-181-0/+4
* Add a new random function (uniform distribution and use of a gmp_randstate_t ...thevenyp2008-07-101-0/+1
* more signed/unsigned detailsenge2008-06-031-4/+4
* more signed/unsigned warnings eliminatedenge2008-06-031-1/+1
* repaired a tiny signed/unsigned conversion problemenge2008-06-021-1/+1
* Add mpc_tanh function.thevenyp2008-05-201-0/+1
* Add hyperbolic cosine function.thevenyp2008-05-191-0/+1
* Add hyperbolic sine function with tests.thevenyp2008-05-061-0/+1
* Add mpc_tan function.thevenyp2008-04-251-0/+1
* first try for log, probably still buggyenge2008-04-101-0/+1
* File reorganisation into three new directories: src, tests and doc.thevenyp2008-04-091-0/+177