Issue 405: series bug: asin(a*x)/x
http://code.google.com/p/sympy/issues/detail?id=405

Comment #2 by ondrej.certik:
In [1]: var("a")
Out[1]: a

In [2]: e = asin(a*x)/x

In [3]:

In [4]: e.series(x, 4)
Out[4]:
      3  2      5  4
     a ⋅x    3⋅a ⋅x
a + ───── + ─────── + O(x**5)
       6        40

Test is here:

http://git.sympy.org/?p=sympy.git;a=commitdiff;h=40d8cb3268f47fd4e2260dae1663d8595b1efcd5


Issue attribute updates:
        Status: Fixed

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to