Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
21428: be permissive in py_atan2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwst committed Sep 18, 2016
1 parent 0ae5fd8 commit 13e72f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/symbolic/pynac.pyx
Expand Up @@ -1792,7 +1792,6 @@ cdef object py_atan2(object x, object y) except +:
"""
from sage.symbolic.constants import pi
parent = parent_c(x)
assert parent is parent_c(y)
if parent is ZZ:
parent = RR
pi_n = parent(pi)
Expand Down

0 comments on commit 13e72f3

Please sign in to comment.