Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daanhb committed Oct 14, 2024
1 parent 8ffc457 commit e190eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bases/poly/ops/dlmf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ chebyshevt_to_jacobi(n::Int, ::Type{T} = Float64) where T =

"DLMF equation 18.7.4 (https://dlmf.nist.gov/18.7#E4)"
chebyshevu_to_jacobi(n::Int, ::Type{T} = Float64) where T =
(n+1_) / jacobi_eval(n, one(T), one(T)/2, one(T)/2)
(n+1) / jacobi_eval(n, one(T), one(T)/2, one(T)/2)

0 comments on commit e190eb3

Please sign in to comment.