summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add hyperbolic cosine function.thevenyp2008-05-195-7/+697
* Fix incompatibility with C99 standard.thevenyp2008-05-192-8/+7
* Add hyperbolic sine function with tests.thevenyp2008-05-065-8/+506
* Add more tests and fix some bugs for trigonometric functions.thevenyp2008-05-065-121/+576
* Move the tests of cc cflags towards the end: they change CFLAGS which in turn...thevenyp2008-04-291-7/+9
* Add svn:ignore property to source directories.thevenyp2008-04-280-0/+0
* Add mpc_tan documentation.thevenyp2008-04-281-0/+5
* Add mpc_tan function.thevenyp2008-04-256-2/+688
* Fix typos and mistakes in generic error section.thevenyp2008-04-251-18/+30
* Change expression names from 'd' and 'D' to 'c' and 'C' resp. so as to avoid ...thevenyp2008-04-251-13/+13
* Fix typos.thevenyp2008-04-231-6/+6
* Add special values processing in mpc_cos as in the C99 standardthevenyp2008-04-222-34/+264
* Fix values at a (x +/-i*Inf) point.thevenyp2008-04-222-10/+27
* Fix sign of zero in mpc_sin.thevenyp2008-04-221-4/+5
* Add special values processing in mpc_sin as in the C99 standardthevenyp2008-04-212-15/+296
* Add generic error of divisionthevenyp2008-04-181-0/+133
* Improve error analysis sectionthevenyp2008-04-181-34/+44
* Fix a sign error in generic error of multiplication subsection.thevenyp2008-04-161-2/+2
* Improve generic error section.thevenyp2008-04-161-45/+77
* Add generic error of the multiplication.thevenyp2008-04-151-18/+76
* more work to doenge2008-04-141-1/+4
* Fix cast before comparison.thevenyp2008-04-141-1/+1
* avoided spurious error message for tlog in the following case:enge2008-04-111-2/+5
* added checks for existence of warning flagsenge2008-04-112-3/+106
* eliminated comparisons between signed and unsignedenge2008-04-115-13/+15
* Fix wrong inequalities and add definition for some constants.thevenyp2008-04-111-5/+7
* raised the warning levelenge2008-04-116-22/+21
* Add the generic error for addition/substraction.thevenyp2008-04-111-3/+36
* Raise checking compiler option (-Wall).thevenyp2008-04-111-1/+1
* tests and documentation for mpc_logenge2008-04-119-56/+157
* src/mpc-impl.h: new macro OUT(x) displaying the name and binary valuethevenyp2008-04-112-19/+27
* Add generic tests for two mpc_t args functions.thevenyp2008-04-104-4/+108
* bug fixenge2008-04-101-1/+1