Skip to content

Commit

Permalink
+7
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Apr 26, 2022
1 parent 0b1da54 commit d413ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diofant/functions/special/error_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ def _eval_rewrite_as_uppergamma(self, z):
# immediately turns into expint
return -uppergamma(0, polar_lift(-1)*z) - I*pi

def _eval_rewrite_as_expint(self, z):
def _eval_rewrite_as_expint(self, z, **kwargs):
return -expint(1, polar_lift(-1)*z) - I*pi

def _eval_rewrite_as_li(self, z):
Expand Down

0 comments on commit d413ca3

Please sign in to comment.