summaryrefslogtreecommitdiff
path: root/src/sqrt.c
Commit message (Expand)AuthorAgeFilesLines
* Add copyright dates.Andreas Enge2020-07-231-1/+1
* fixed sqrt for reduced exponent rangePaul Zimmermann2020-02-071-0/+12
* improve mpc_sqrt, avoiding the use of mpc_absPaul Zimmermann2018-06-201-9/+12
* changed GMP_RND? to MPFR_RND?Andreas Enge2012-07-231-40/+40
* increase code coverage to 99.9%Paul Zimmermann2012-06-281-15/+11
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereAndreas Enge2011-11-041-51/+51
* license change:Andreas Enge2011-08-291-12/+11
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."Paul Zimmermann2011-01-251-1/+1
* sqrt.c: bug #11421 fixed for all rounding modesAndreas Enge2010-11-181-41/+126
* sqrt.c: functionally equivalent reformulation that seems easier toAndreas Enge2010-11-181-10/+9
* sqrt.c: reimplement mpfr_min_prec for mpfr<3Andreas Enge2010-11-181-0/+7
* sqrt.c: bug fix for computing, for instance, sqrt (1+epsilon*i), cf. bug #11421Andreas Enge2010-11-181-32/+71
* sqrt.c: bug fix for inexact flag of tAndreas Enge2010-11-181-0/+3
* use macro mpc_fin_p to detect special operandsAndreas Enge2010-10-041-59/+61
* code cleanup:Andreas Enge2010-07-301-6/+6
* replaced the few trailing mp_rnd_t by mpfr_rnd_tAndreas Enge2010-06-111-2/+2
* replaced mp_exp_t by mpfr_exp_t, introduced in mpfr-3Andreas Enge2010-06-111-2/+2
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1Andreas Enge2010-06-111-2/+2
* removed useless instances of #include <stdio.h>Paul Zimmermann2009-08-261-1/+0
* Modify #include chain so as to support DLL creation on CygwinPhilippe Theveny2009-03-171-4/+1
* [sqrt.c] slightly changed the computation of the return valueAndreas Enge2008-12-121-2/+2
* [sqrt.c] fixed calls to mpfr_can_round to get correct inexact flagPaul Zimmermann2008-12-101-7/+4
* completed return value of sqrtAndreas Enge2008-12-101-37/+38
* [sqrt.c] introduced ternary return value for special, purely realAndreas Enge2008-12-091-17/+17
* src/sqrt.c, src/tan.c, tests/tgeneric.c: Fix mistakes in rounding mode types.Philippe Theveny2008-11-261-1/+1
* src/sqrt.c: Remove dead code (the case sqrt(-Inf +i* Inf) is handled above wi...Philippe Theveny2008-10-271-74/+68
* src/sqrt.c: Fixed inversion of rouding direction when Im(op) is negative.Philippe Theveny2008-07-151-13/+19
* src/sqrt.c: Returns value according to ISO C99 specifications for the csqrt f...Philippe Theveny2008-07-101-3/+102
* bug fix concerning directed rounding in sqrtAndreas Enge2008-04-101-23/+16
* File reorganisation into three new directories: src, tests and doc.Philippe Theveny2008-04-091-0/+148