]> www.ginac.de Git - ginac.git/blobdiff - check/exam_pseries.cpp
- As advertised: we are calling the Gamma function tgamma() now!
[ginac.git] / check / exam_pseries.cpp
index ba7b31933b1f17409dea89604bc553fe05157baf..78a55e2da2d865b4f23b79849b229a80320e9563 100644 (file)
@@ -153,8 +153,8 @@ static unsigned exam_series5(void)
     unsigned result = 0;
     ex e, d;
     
-    // Gamma(-1):
-    e = Gamma(2*x);
+    // tgamma(-1):
+    e = tgamma(2*x);
     d = pow(x+1,-1)*numeric(1,4) +
         pow(x+1,0)*(numeric(3,4) -
                     numeric(1,2)*gamma) +