Alexey U. Gudchenko wrote: > 25.02.2011 08:59, Alexey U. Gudchenko пишет: > > Conversely, internal calling of series method therefore must be with > option (..., somthing_hack=True) if it options is needed. >
If you mean that something internal wants the unshifted series, then yes sudo=True should be used and the O term removed. This would be the same thing as getting the shifted series, removing the O term and doing the substitution yourself of `s.removeO().subs(x, x-x0)`. So if there are no objections, I'll commit this in about 5 hours. /c -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
