Series around Inf produces series around -Inf
Open
- Dominant language
- Julia
- Stars
- 282
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I'm getting the following behaviour:
```
julia> using SymPy
julia> @syms k
(k,)
julia> series(atan(k), x=k, x0=Inf)
1 1 1 π ⎛1 ⎞
- ──── + ──── - ─ - ─ + O⎜──; k → -∞⎟
5 3 k 2 ⎜ 6 ⎟
5⋅k 3⋅k ⎝k ⎠
```
With `x0=-Inf`, I get the same (this time correct) result. Running the same in python works fine.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.