]> www.ginac.de Git - ginac.git/blobdiff - check/time_gammaseries.cpp
- We now write f(x).series(x==3,5) instead of f(x).series(x,3,5) and
[ginac.git] / check / time_gammaseries.cpp
index 5fb3ddc95af6f7b7a5dfd5abb6c54cb03562b2fa..c92f29f7521309e2c5e09febfcf2794615a1a9ff 100644 (file)
@@ -27,7 +27,7 @@ unsigned Gammaseries(unsigned order)
     unsigned result = 0;
     symbol x;
     
-    ex myseries = series(Gamma(x),x,0,order);
+    ex myseries = series(Gamma(x),x==0,order);
     // compute the last coefficient numerically:
     ex last_coeff = myseries.coeff(x,order-1).evalf();
     // compute a bound for that coefficient using a variation of the leading