Skip to content

Commit d249f91

Browse files
authored
doc clarification
1 parent 569a604 commit d249f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expint.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ const ORIGIN_EXPAND_THRESH = 3
372372
expint(ν, z)
373373
374374
Computes the exponential integral ``E_\\nu(z) = \\int_0^\\infty \\frac{e^{-zt}}{t^\\nu} dt``.
375-
If ``\\nu`` is not specified, ``\\nu=1`` is used. Arbitrary ``\\nu`` and ``z`` are supported.
375+
If ``\\nu`` is not specified, ``\\nu=1`` is used. Arbitrary complex ``\\nu`` and ``z`` are supported.
376376
377377
External links: [DLMF](https://dlmf.nist.gov/8.19), [Wikipedia](https://en.wikipedia.org/wiki/Exponential_integral)
378378
"""

0 commit comments

Comments
 (0)