1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
| | https://sourceforge.net/p/maxima/mailman/maxima-bugs/thread/6321ccd9332dab3666181108.bugs%40maxima.p.sourceforge.net/#msg37707276
old and new:
0.009214957317429523 %i - 0.596914179042388
0.009214957317428399 %i - 0.59691417904239
old and new
(- 0.009214957317429523 %i) - 0.596914179042388
(- 0.009214957317428399 %i) - 0.59691417904239
--- a/tests/rtest_gamma.mac 2023-04-01 11:32:32.998269650 +0200
+++ b/tests/rtest_gamma.mac 2023-04-01 11:34:46.611842977 +0200
@@ -1843,7 +1843,7 @@
relerror(
gamma_incomplete(0.5,-2.5*%i),
-0.59691417904238855062194720247331 + 0.00921495731742953647951029973386*%i,
- 2.81e-15);
+ 3.08e-15);
true;
relerror(
@@ -1879,7 +1879,7 @@
relerror(
gamma_incomplete(0.5,2.5*%i),
-0.59691417904238855062194720247331 - 0.00921495731742953647951029973386*%i,
- 2.81e-15);
+ 3.08e-15);
true;
relerror(
|