Skip to content

Commit 9f7b253

Browse files
fix doc for 2nd kind log moment
1 parent d1c64a6 commit 9f7b253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/specialfunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ end
408408
Modified Chebyshev moments of the second kind with respect to the logarithmic weight:
409409
410410
```math
411-
\\int_{-1}^{+1} U_n(x) \\log\\left(\\frac{1-x}{2}\\right){\\rm\\,d}x.
411+
\\int_{-1}^{+1} U_n(x) \\log\\left(\\frac{2}{1-x}\\right){\\rm\\,d}x.
412412
```
413413
"""
414414
function chebyshevlogmoments2(::Type{T}, N::Int) where T

0 commit comments

Comments
 (0)