summaryrefslogtreecommitdiff
path: root/src/sqrt.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunk into branch rootsunityrootsunityenge2012-09-191-51/+47
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-51/+51
* license change:enge2011-08-291-12/+11
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* sqrt.c: bug #11421 fixed for all rounding modesenge2010-11-181-41/+126
* sqrt.c: functionally equivalent reformulation that seems easier toenge2010-11-181-10/+9
* sqrt.c: reimplement mpfr_min_prec for mpfr<3enge2010-11-181-0/+7
* sqrt.c: bug fix for computing, for instance, sqrt (1+epsilon*i), cf. bug #11421enge2010-11-181-32/+71
* sqrt.c: bug fix for inexact flag of tenge2010-11-181-0/+3
* use macro mpc_fin_p to detect special operandsenge2010-10-041-59/+61
* code cleanup:enge2010-07-301-6/+6
* replaced the few trailing mp_rnd_t by mpfr_rnd_tenge2010-06-111-2/+2
* replaced mp_exp_t by mpfr_exp_t, introduced in mpfr-3enge2010-06-111-2/+2
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1enge2010-06-111-2/+2
* removed useless instances of #include <stdio.h>zimmerma2009-08-261-1/+0
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-4/+1
* [sqrt.c] slightly changed the computation of the return valueenge2008-12-121-2/+2
* [sqrt.c] fixed calls to mpfr_can_round to get correct inexact flagzimmerma2008-12-101-7/+4
* completed return value of sqrtenge2008-12-101-37/+38
* [sqrt.c] introduced ternary return value for special, purely realenge2008-12-091-17/+17
* src/sqrt.c, src/tan.c, tests/tgeneric.c: Fix mistakes in rounding mode types.thevenyp2008-11-261-1/+1
* src/sqrt.c: Remove dead code (the case sqrt(-Inf +i* Inf) is handled above wi...thevenyp2008-10-271-74/+68
* src/sqrt.c: Fixed inversion of rouding direction when Im(op) is negative.thevenyp2008-07-151-13/+19
* src/sqrt.c: Returns value according to ISO C99 specifications for the csqrt f...thevenyp2008-07-101-3/+102
* bug fix concerning directed rounding in sqrtenge2008-04-101-23/+16
* File reorganisation into three new directories: src, tests and doc.thevenyp2008-04-091-0/+148