summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Release 1.0.2.1.0.2enge2014-01-152-4/+4
* Backport fix in r1301 to branch 1.0.enge2013-08-261-5/+5
* backported fix in r1276-1277 to branch 1.0enge2012-10-011-15/+4
* moving branch 1.0 to version 1.0.2devenge2012-09-062-3/+3
* preparing release 1.0.1enge2012-09-062-2/+2
* backported fix in r1254 to branch 1.0enge2012-08-281-1/+1
* bump version numbers on trunk to 1.1dev and on branch 1.0 to 1.0.1devenge2012-07-222-3/+3
* make 1.0 release, create 1.0 branchenge2012-07-222-2/+2
* preparing 1.0.0rc1enge2012-07-072-3/+3
* atan.c: transform test into assertion, add commentsenge2012-07-061-2/+8
* atan.c: use macro ROUND_AWAYenge2012-07-051-2/+1
* [atan.c] fixed one wrong rounding mode, and added commentszimmerma2012-07-051-4/+6
* sqr.c: housekeepingenge2012-07-051-1/+1
* acos.c: small change to reuse codeenge2012-07-051-2/+1
* Makefile.am: increase ABI versionenge2012-07-051-1/+1
* new functions mul_2si, div_2sienge2012-07-056-8/+75
* fma.c: fix warning with mpfr-2.4.2enge2012-07-051-2/+2
* renamed mul/div_2exp to mul/div_2uienge2012-07-054-11/+11
* rename RNDC to MPC_RND in mpc.henge2012-07-058-35/+35
* log.c: correct creation of underflow (found by hydra on i686)enge2012-07-011-5/+3
* log.c: avoid mpfr_get_exp and mpfr_can_round on 0enge2012-06-301-0/+4
* log.c: added forgotten early abort in first algorithmenge2012-06-301-1/+1
* mpc-impl.h: added MPFR_OUT and MPC_OUT, useful for debuggingenge2012-06-301-0/+21
* log.c: corrected logical error in detection of cancellationenge2012-06-301-19/+4
* log.c: corrected error in ulp calculusenge2012-06-301-2/+2
* log.c: correctly handle log (+-1 + i*eps)enge2012-06-301-11/+27
* log.dat: add example with overflow also with abs instead of normenge2012-06-301-1/+4
* log.c: use abs instead of norm to work around intermediate under- and overflowenge2012-06-301-6/+2
* log.c : no need to single out the case of log(1+epsilon) in the first algorithmenge2012-06-301-6/+2
* log.dat: add example with intermediate underflowenge2012-06-301-2/+2
* log.c: combine fast and safe algorithms for logenge2012-06-301-47/+77
* configure.ac: reenable warning flagsenge2012-06-281-1/+0
* fma.c: reverted mistaken previous commitenge2012-06-281-14/+0
* log: alternative implementation that avoids intermediate overflowsenge2012-06-282-23/+75
* increase code coverage to 99.9%zimmerma2012-06-284-60/+63
* log.dat, log.c: analyse infinite loop for test added in r1192enge2012-06-271-2/+5
* [fma.c] get rid of compiler warningzimmerma2012-06-271-1/+1
* [pow_ui.c] updated copyright yearzimmerma2012-06-271-1/+1
* [pow_ui.c] fixed bug in mpfr_can_round() call (and improved code coverage)zimmerma2012-06-271-2/+2
* [src/div.c] removed #include <stdio.h>bdadoun2012-06-271-2/+0
* [src/div.c] correct handling of negative overflowsbdadoun2012-06-271-8/+27
* [src/div.c] better handling of overflows (Benjamin Dadoun)bdadoun2012-06-271-2/+6
* log.c: improve test coverage by flagging intermediate overflow by an assertenge2012-06-261-18/+15
* [div.dat] added example to exercise overflowzimmerma2012-06-261-8/+14
* [fma.c] fixed error in mpfr_can_round() calls: use rnd1=GMP_RNDN to sayzimmerma2012-06-261-2/+2
* atan.c, tatan.c: detect intermediate underflow and disable testenge2012-06-261-8/+5
* mpc-impl.h, fma.c: export function fma_naive for testsenge2012-06-262-2/+3
* [tatan.c] added one test to improve the code coverage, which produces anzimmerma2012-06-261-1/+5
* [fma.c] new code (hopefully faster?) after discussion with Andreas Enge,zimmerma2012-06-261-2/+61
* mpc-impl.h: take NDBUG into account for MPC_ASSERTenge2012-06-261-1/+6