JuliaMath / JuliaMath/SpecialFunctions.jl
Large negative real number arguments return NaN for expintx
Open
- Dominant language
- Julia
- Stars
- 381
- Forks
- 113
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 1
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.