git://www.ginac.de
/
ginac.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- As advertised: we are calling the Gamma function tgamma() now!
[ginac.git]
/
check
/
exam_pseries.cpp
diff --git
a/check/exam_pseries.cpp
b/check/exam_pseries.cpp
index ba7b31933b1f17409dea89604bc553fe05157baf..78a55e2da2d865b4f23b79849b229a80320e9563 100644
(file)
--- a/
check/exam_pseries.cpp
+++ b/
check/exam_pseries.cpp
@@
-153,8
+153,8
@@
static unsigned exam_series5(void)
unsigned result = 0;
ex e, d;
- //
G
amma(-1):
- e =
G
amma(2*x);
+ //
tg
amma(-1):
+ e =
tg
amma(2*x);
d = pow(x+1,-1)*numeric(1,4) +
pow(x+1,0)*(numeric(3,4) -
numeric(1,2)*gamma) +