JuliaMath / Polynomials.jl

Polynomial manipulations in Julia
http://juliamath.github.io/Polynomials.jl/
Other
303 stars 75 forks source link

Type-stable ChebyshevT multiplication #537

Closed jishnub closed 1 year ago

jishnub commented 1 year ago

This PR makes (::ChebyshevT) * (::ChebyshevT) type-inferred

jverzani commented 1 year ago

Thanks!!!