Skip to content

Commit 880ff81

Browse files
committed
Clarify that E_n is no longer just the SciPy implementation
1 parent c37c97c commit 880ff81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spycial/en.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Exponential integral `E_n`.
22
3-
The implementation is ported from SciPy.
3+
The implementation was original ported from SciPy and was then
4+
improved for the the region with `n <= 50` and `0.5 < x < 1.5`.
45
56
"""
67
from numba import njit, vectorize

0 commit comments

Comments
 (0)