Skip to content

Commit 45f38ff

Browse files
authored
notational consistency
1 parent c0d1502 commit 45f38ff

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
@@ -517,7 +517,7 @@ expint(ν::Number, z::Number, niter::Int=1000) = _expint(ν, z, niter, Val{false
517517
expintx(z)
518518
expintx(ν, z)
519519
520-
Computes the scaled exponential integral ``\\exp(z) \\operatorname{E}_\\nu(z) = \\exp(z) \\int_0^\\infty \\frac{e^{-zt}}{t^\\nu} dt``.
520+
Computes the scaled exponential integral ``\\exp(z) \\operatorname{E}_\\nu(z) = e^z \\int_0^\\infty \\frac{e^{-zt}}{t^\\nu} dt``.
521521
If ``\\nu`` is not specified, ``\\nu=1`` is used. Arbitrary complex ``\\nu`` and ``z`` are supported.
522522
523523
See also: [`expint(ν, z)`](@ref SpecialFunctions.expint)

0 commit comments

Comments
 (0)