We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
E_n
1 parent c37c97c commit 880ff81Copy full SHA for 880ff81
spycial/en.py
@@ -1,6 +1,7 @@
1
"""Exponential integral `E_n`.
2
3
-The implementation is ported from SciPy.
+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`.
5
6
"""
7
from numba import njit, vectorize
0 commit comments