index
:
delta/mpc-git.git
benchs_tests
branch-1.0
master
rootofunity
rootsunity
rootunity
wip-balls
scm.gforge.inria.fr: anonscm/git/mpc/mpc.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't use that repository any more, use https://gitlab.inria.fr/mpc/mpc instead
HEAD
master
Paul Zimmermann
2020-10-01
1
-0
/
+2
*
replaced MPFR 4.0.3 (which does not exist) by MPFR 4.1.0
Paul Zimmermann
2020-07-24
1
-1
/
+1
*
Drop INSTALL from version control and move its content to README.
Andreas Enge
2020-07-23
3
-111
/
+106
*
Use a build-aux subdirectory for autotools helper scripts.
Andreas Enge
2020-07-23
3
-12
/
+5
*
Bump the minimally required mpfr version to 4.1.0.
Andreas Enge
2020-07-23
4
-7
/
+8
*
Update libtool versioning information.
Andreas Enge
2020-07-23
1
-2
/
+2
*
Set version number to 1.2.0dev.
Andreas Enge
2020-07-23
7
-17
/
+17
*
Add copyright dates.
Andreas Enge
2020-07-23
15
-15
/
+15
*
src: Restore more precise copyright years following "git blame".
Andreas Enge
2020-07-23
4
-4
/
+4
*
fixed bug reported by Trevor Spiteri
Paul Zimmermann
2020-07-18
2
-1
/
+23
*
[mpcheck] print GMP/MPFR versions
Paul Zimmermann
2020-07-01
6
-2
/
+12
*
mpcheck: Move the tool from tests/ to its own subdirectory inside tools/.
Andreas Enge
2020-06-30
16
-17
/
+57
*
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/mpc/mpc
Paul Zimmermann
2020-06-26
1
-0
/
+2
|
\
|
*
added item in README.dev
Paul Zimmermann
2020-06-25
1
-0
/
+2
*
|
forgot to commit that file
Paul Zimmermann
2020-06-26
1
-0
/
+193
|
/
*
fixed "overflow" case where z is real
Paul Zimmermann
2020-03-03
1
-1
/
+6
*
reduced exponents of test so that it works with 32-bit exponents
Paul Zimmermann
2020-03-03
1
-1
/
+1
*
fixes for 32-bit mpfr_exp_t
Paul Zimmermann
2020-03-02
1
-8
/
+8
*
fixed wrong prototype (noticed with MPFR configured with _MPFR_PREC_FORMAT=2)
Paul Zimmermann
2020-03-02
1
-1
/
+1
*
fixed MPFR_ADD_ONE_ULP and MPFR_SUB_ONE_ULP
Paul Zimmermann
2020-03-01
1
-2
/
+2
*
added one test
Paul Zimmermann
2020-03-01
1
-0
/
+32
*
improved asin (try series for |z| < 1, and special case with tiny Im(z))
Paul Zimmermann
2020-02-19
1
-52
/
+180
*
asin: added special case for tiny imaginary part with 1/2 <= Re(z) < 1
Paul Zimmermann
2020-02-19
1
-0
/
+19
*
improvement for asin when Im(z) << Re(z)
Paul Zimmermann
2020-02-18
1
-0
/
+14
*
stopping loop at K-1 gives simpler formula
Paul Zimmermann
2020-02-18
1
-4
/
+4
*
added algorithm for asin + error analysis
Paul Zimmermann
2020-02-18
1
-36
/
+94
*
added reference
Paul Zimmermann
2020-02-14
1
-0
/
+9
*
improve asin for tiny inputs (not only with Re(op)=1)
Paul Zimmermann
2020-02-14
2
-2
/
+103
*
improve mpc_asin for tiny imaginary part
Paul Zimmermann
2020-02-13
2
-4
/
+37
*
improve corner cases in asin, added test for acos
Paul Zimmermann
2020-02-13
2
-2
/
+39
*
added item
Paul Zimmermann
2020-02-13
1
-0
/
+2
*
use extended exponent range in mpc_exp
Paul Zimmermann
2020-02-13
1
-3
/
+12
*
use extended exponent range in mpc_log10
Paul Zimmermann
2020-02-12
1
-1
/
+13
*
fixed tan_re_cmp_zero
Paul Zimmermann
2020-02-12
1
-17
/
+28
*
added test
Paul Zimmermann
2020-02-12
1
-0
/
+33
*
use extended exponent range, and fixed corner cases
Paul Zimmermann
2020-02-12
1
-24
/
+128
*
added -check option
Paul Zimmermann
2020-02-11
7
-2
/
+172
*
fixed bug in mpc_pow: wrong sign for infinite result
Paul Zimmermann
2020-02-08
2
-4
/
+41
*
mpcheck: report maximal error at the end
Paul Zimmermann
2020-02-07
7
-7
/
+37
*
fixed sqrt for reduced exponent range
Paul Zimmermann
2020-02-07
3
-1
/
+49
*
added one test
Paul Zimmermann
2020-02-07
1
-0
/
+3
*
fixed bug in asin (condition x=1 was not checked)
Paul Zimmermann
2020-02-06
4
-4
/
+8
*
enlarge internal exponent range for several functions + mpcheck cleanup
Paul Zimmermann
2020-02-06
16
-127
/
+216
*
[div.c] use larger exponent range internally (fixes bug20200206 in tdiv.c)
Paul Zimmermann
2020-02-06
1
-56
/
+19
*
[tdiv.c] added new test with reduced exponent range (currently fails)
Paul Zimmermann
2020-02-06
1
-0
/
+39
*
added test for bug in mpfr_fmms (fixed in MPFR revision 13688)
Paul Zimmermann
2020-02-06
1
-0
/
+29
*
added mpcheck-longdouble and mpcheck-float128
Paul Zimmermann
2020-02-05
8
-8
/
+494
*
added mpcheck-float
Paul Zimmermann
2020-02-05
6
-14
/
+265
*
renamed mpc_check.c to mpcheck-double.c, plus clean-up
Paul Zimmermann
2020-02-05
5
-35
/
+38
*
added information about glibc version + fix for "make mpc_check"
Paul Zimmermann
2020-02-05
2
-2
/
+8
[next]