Skip to content

Commit

Permalink
Merge pull request #19743 from aaryandewan/master
Browse files Browse the repository at this point in the history
Add regression test for #19739
  • Loading branch information
smichr committed Jul 11, 2020
2 parents 7f30e32 + 4b8bbdf commit 530f917
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sympy/series/tests/test_limits.py
Expand Up @@ -857,3 +857,7 @@ def test_issue_13715():

def test_issue_15055():
assert limit(n**3*((-n - 1)*sin(1/n) + (n + 2)*sin(1/(n + 1)))/(-n + 1), n, oo) == 1


def test_issue_19739():
assert limit((-S(1)/4)**x, x, oo) == 0

0 comments on commit 530f917

Please sign in to comment.