summaryrefslogtreecommitdiff
path: root/src/mpc.h
Commit message (Expand)AuthorAgeFilesLines
...
* added pow_z, pow_ui, pow_fr, pow_si, pow_d and pow_ldzimmerma2009-10-061-0/+6
* merged inverse trigonometric and inverse hyperbolic functions from branchzimmerma2009-09-301-0/+5
* missing files for the new mpc_atan functionzimmerma2009-09-291-0/+1
* increased version number to 0.7.1-devenge2009-09-101-2/+2
* release 0.7enge2009-09-101-1/+1
* change version number to 0.7-dev to get ready for prerelease tarballenge2009-08-261-3/+3
* [swap.c] new function mpc_swapzimmerma2009-08-261-0/+1
* [mpc.h,get_prec.c,get_prec2.c] changed input from mpc_t to mpc_srcptrzimmerma2009-07-271-2/+2
* src/random2.c src/mpc.h src/random.c src/Makefile.am doc/mpc.texi NEWS: remov...thevenyp2009-06-291-2/+0
* set_x.c: new function mpc_set_nan, setting the real and imaginaryenge2009-06-291-0/+2
* [mpc.h] removed prototypes for mpc_set_default_prec and mpc_get_default_preczimmerma2009-06-171-2/+0
* First version of mpc_pow. Seems to run ok, but we have problems with largezimmerma2009-06-041-0/+1
* simplified set_x through the use of a macroenge2009-06-041-10/+9
* removed need for underscore in types plugged into MPC_SET_X_Yenge2009-06-041-2/+2
* moved MPC_RE and MPC_IM to mpc-impl.h and removed their documentation,enge2009-06-041-6/+3
* src/mpc.h: Define mpfr_set_fr so that one can use MPC_SET_X_Y with a _fr suff...thevenyp2009-04-231-0/+10
* getting ready for version 0.6.1enge2009-04-011-2/+2
* README.dev: Disabling of error flags in releases is now down automaticallyenge2009-03-301-1/+1
* src/mpc.h src/set_x.c: New functions mpc_set_ui and mpc_set_sj.thevenyp2009-03-301-0/+2
* [treimref.c] test file for mpc_realref and mpc_imagrefzimmerma2009-03-201-2/+2
* implementation of new mpc_inp_str semanticsenge2009-03-191-1/+1
* 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