summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagging r178 as released version 0.5.0.5enge2008-11-180-0/+0
* small changes for releasing version 0.5enge2008-09-173-11/+6
* configure.ac: Comment line turning on the gcc option '-Werror' for the whole ...thevenyp2008-09-171-1/+1
* release of version 0.5enge2008-09-163-5/+5
* Speed up tests.thevenyp2008-09-168-10/+10
* new, trivial fr_divenge2008-09-162-99/+16
* updated some tests for new third parameter of tgenericenge2008-09-166-6/+6
* peed up some lengthy tests.thevenyp2008-09-167-9/+9
* update some files in preparation of the 0.5 releaseenge2008-09-165-100/+84
* minor changes prior to the 0.5 releaseenge2008-09-164-14/+19
* corrected tiny error in tfr_div.cenge2008-09-152-6/+4
* [TODO] added pointers for C99 and LIA3zimmerma2008-09-151-0/+3
* src/fr_div.c: Add new function (preliminary version, adapted from mpc_div, ne...thevenyp2008-09-126-6/+229
* Add void in empty prototype (remove warnings with gcc option '-Wold-style-def...thevenyp2008-07-3116-49/+49
* decreased version number, to be able to send it outenge2008-07-181-2/+2
* increase the version number as we are nearing the releaseenge2008-07-181-4/+4
* Move section 'Rounding Modes' into chapter 'MPC Basics'.thevenyp2008-07-181-53/+68
* Add new functions mpc_fr_sub, mpc_sub_fr, mpc_set_fr, and mpc_get_version.thevenyp2008-07-188-17/+159
* Update TODO.thevenyp2008-07-171-12/+12
* src/sqrt.c: Fixed inversion of rouding direction when Im(op) is negative.thevenyp2008-07-152-13/+68
* Use the new mpc_urandom function in the test suite so that the tests are repr...thevenyp2008-07-1017-71/+104
* Add a new random function (uniform distribution and use of a gmp_randstate_t ...thevenyp2008-07-104-9/+59
* Improve algorithm for pure imaginary argument.thevenyp2008-07-101-3/+18
* src/sqrt.c: Returns value according to ISO C99 specifications for the csqrt f...thevenyp2008-07-102-4/+751
* configure.ac: reset ISO C89 as compiler default mode.thevenyp2008-06-303-7/+10
* algorithms.tex: improve explanations in section "generic error of division ",thevenyp2008-06-252-74/+119
* Remove use of mpfr global variables mpfr_rands and mpfr_rands_initialized.thevenyp2008-06-251-13/+11
* added bibliography + references for square root algorithmzimmerma2008-06-092-1/+27
* src/out_str.c, src/inp_str.c: change output to "A +I*B" format with a spacethevenyp2008-06-063-8/+37
* 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 random seed setting (with environmnent variable GMP_CHECK_RANDOMIZE) forthevenyp2008-05-3017-3/+198
* Add check for libgmp and for time functions.thevenyp2008-05-301-4/+9
* Remove/replace some macros incompatible with Autoconf 2.59.thevenyp2008-05-302-103/+108
* Add new option --enable-logging to configure.thevenyp2008-05-302-0/+14
* Save initialisations, copies and cleaning of mpc variables by direct copy.thevenyp2008-05-303-38/+26
* New parameters for the precision limits of testing variables.thevenyp2008-05-261-8/+23
* test.c: Remove tests on arithmetic operations with two mpc_t.thevenyp2008-05-262-24/+33
* Change error estimation so as to match algorithms.texthevenyp2008-05-261-5/+9
* mpc-impl.h: stdlib.h is needed due to getenv.thevenyp2008-05-232-1/+2
* Add logging macros.thevenyp2008-05-233-6/+55
* Change rounding mode in loop so as to match description in algorithm.tex.thevenyp2008-05-221-5/+5
* Cosmetic changes.thevenyp2008-05-221-1/+1
* Improve test suit.thevenyp2008-05-202-61/+63
* Fix wrong sign.thevenyp2008-05-202-22/+22
* Add mpc_tanh function.thevenyp2008-05-206-2/+687
* Cosmetic changes.thevenyp2008-05-204-69/+102
* Improve test suite (take into account the sign of zero).thevenyp2008-05-202-13/+14
* Fix wrong sign.thevenyp2008-05-201-1/+1