Skip to content

Commit

Permalink
Change 'atan2' domain to be nonzero
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Jan 6, 2014
1 parent 9bd3d7b commit ca8aa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eqpy/tests/test_apimappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
'asin': '[-1:1]',
'asinh': '[-inf:inf]',
'atan': '[-inf:inf]',
'atan2': ('(-inf:inf)', '(-inf:inf)'),
'atan2': ('nonzero(-inf:inf)', 'nonzero(-inf:inf)'),
'atanh': '(-1:1)',
'ceiling': '(-inf:inf)',
'conjugate': 'complex',
Expand Down

0 comments on commit ca8aa76

Please sign in to comment.