summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed bug in mpc_powHEADmasterzimmerma2014-10-141-9/+8
* improved version of mpfr_fmma, before we had for MPCbench:zimmerma2014-01-231-26/+64
* improve coverage, should be back to 100%zimmerma2014-01-201-3/+2
* improve speed of asin for 1+i*y with tiny yzimmerma2013-12-241-1/+66
* improve starting precision when input is tinyzimmerma2013-12-211-1/+18
* sin_cos.c: precision was increased by prec/2 too earlyzimmerma2013-12-203-7/+8
* speed up mpc_sin for small inputzimmerma2013-12-201-2/+3
* [exp.c] Fix bug when the input parameter is reused as output.thevenyp2013-11-071-1/+2
* atan, atanh: Fix discrepancy with C standard for (+-0, +-1).enge2013-08-261-5/+5
* fixed typos reported by Ondřej Bílka <neleai@seznam.cz>zimmerma2013-07-244-4/+4
* log10.c: cosmeticsenge2012-10-011-33/+40
* log10.c: special code for potentially exact real part needs to be carriedenge2012-10-011-2/+4
* log10.c: rewrite to source out more to mpc_logenge2012-10-011-193/+98
* log10.c: shortened code without changing functionalityenge2012-10-011-90/+37
* log10.c, log10.dat: alternative patch using mpfr_log10enge2012-10-011-15/+4
* log10.c, log10.dat: reverted previous bug fix to propose a different patchenge2012-10-011-3/+1
* [log10.c] fix bug reported by M. Gastineauzimmerma2012-10-011-1/+3
* [fma.c] fixed bug found by hydra with GMP_CHECK_RANDOMIZE=1346362345zimmerma2012-08-281-1/+1
* removed further small workaround for mpfr<3enge2012-07-231-5/+0
* remove compatibility function ROUND_AWAYenge2012-07-235-62/+10
* changed GMP_RND? to MPFR_RND?enge2012-07-2325-367/+367
* bump version numbers on trunk to 1.1dev and on branch 1.0 to 1.0.1devenge2012-07-222-3/+3
* getting ready for 1.0 releaseenge2012-07-192-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