summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: add options for GMP/MPFR library directories selectionfeature-autotoolsthevenyp2008-03-216-78/+173
* Add support for compiling texinfo documentation.thevenyp2008-03-141-3/+1
* Remove old makefile.thevenyp2008-03-141-112/+0
* Add autotools support.thevenyp2008-03-145-0/+63
* Creating a private branch for autotools support.thevenyp2008-03-140-0/+0
* added noteszimmerma2008-01-291-1/+4
* added itemzimmerma2008-01-271-0/+2
* added notes about mpc_logzimmerma2008-01-251-0/+2
* changed the order of header inclusion in mpc.h: include gmp.h first,enge2008-01-251-4/+4
* changes suggested by Mickael Gastineauzimmerma2007-11-061-3/+3
* added makefile.vc for Windows, contributed by Mickael Gastineauzimmerma2007-11-063-2/+125
* added a ChangeLog fileenge2007-10-081-0/+2
* - updated the version number so as not to forget it beforeenge2007-10-083-57/+43
* new file for informations useful for developers of mpczimmerma2007-09-211-0/+7
* some corrections before the 0.4.6 releaseenge2007-09-202-3/+3
* really added the get_prec filesenge2007-09-172-0/+62
* mpc_get_prec and mpc_get_prec2enge2007-09-145-18/+46
* added inclusion of gmp.h and mpfr.h to mpc.h, updated documentationenge2007-09-052-5/+3
* added item in TODOzimmerma2007-09-051-0/+6
* added inclusion of mpfr.h in mpc.h (AE)enge2007-08-311-0/+2
* commented out include sys/time.h and timemul() routine by defaultzimmerma2007-06-051-5/+8
* check if stream is NULL (getc may not accept this)zimmerma2007-06-051-0/+3
* fixed bug found by Rob (sisyphus1@optusnet.com.au)zimmerma2007-06-051-0/+3
* added mpc_sinzimmerma2007-03-071-0/+5
* Andreas prefers I remove his name :-)zimmerma2007-03-071-1/+1
* removed item about mpc_sin (done)zimmerma2007-03-031-9/+0
* added test file for mpc_sin, plus makefilezimmerma2007-03-035-6/+133
* first implementation of mpc_sin (not tested yet)zimmerma2007-03-031-0/+91
* added suggestions of new functions from Mickael Gastineauzimmerma2007-02-271-0/+11
* removed space after @samp macro (reported by Marco Maggi <marco.maggi-ipsu@po...zimmerma2006-04-121-2/+2
* added mpc_init_set_uizimmerma2006-02-011-0/+2
* removing a superfluous loop from tabsenge2005-12-082-21/+17
* reverting changes, to allow specifying only the GMP directoryenge2005-12-073-2/+8
* new release 0.4.5, require mpfr 2.2.0 or higherenge2005-12-065-119/+20
* fixed typozimmerma2005-10-211-1/+1
* new filezimmerma2005-10-141-0/+3
* ui_sub is now a macrozimmerma2005-05-304-43/+8
* added ui_sub and ui_ui_sub (contributed from Marc Helbling)zimmerma2005-05-305-2/+80
* use mpfr_sqr (a, b, r) instead of mpfr_mul (a, b, b, r)zimmerma2005-04-213-13/+12
* updated the dateenge2005-03-041-1/+1
* fixed problems with mpfr-2.1.1 (can't use MPFR_EXP for x=0)zimmerma2005-03-043-10/+64
* handled the case where real and imaginary part have very differentenge2005-03-031-1/+22
* delete "tabs" when executing "make clean"enge2005-03-031-1/+1
* modified strategy after two unsuccessful roundingszimmerma2005-02-071-2/+3
* Eliminated calls to the obsolete 'mpfr_set_str_raw' in the testsenge2005-02-043-12/+7
* Removed cmp_ui, added cmp_si_si and the macro cmp_sienge2005-02-044-12/+18
* Changed mul_i to avoid copying of dataenge2005-02-041-19/+24
* Added mul_i for multiplication by plus or minus ienge2005-02-034-2/+88
* Added cmp_uienge2005-02-034-2/+40
* Added mul_sienge2005-02-035-6/+182