Large negative real number arguments return NaN for expintx #457
Open
Description
expintx(complex(-x))
returns NaN
for x more than around 700. It's almost like this is being handled by -exp(-x)*expinti(x)
and we're getting an overflow error.
Metadata
Assignees
Labels
No labels