I have the functions coded in julia in the `PartialWaveFunctions` package. `jacobi_pols` https://github.com/mmikhasenko/PartialWaveFunctions.jl/blob/master/src/wignerd.jl#L10 `wignerd`, [`wignerD`](https://en.wikipedia.org/wiki/Wigner_D-matrix) https://github.com/mmikhasenko/PartialWaveFunctions.jl/blob/master/src/wignerd.jl#L60 Does it fit the `SpecialFunctions.jl` package? Do you accept PR? What is about [`clebsch_gordan` coefficients](https://en.wikipedia.org/wiki/Clebsch%E2%80%93Gordan_coefficients)?
I have the functions coded in julia in the
PartialWaveFunctionspackage.jacobi_polshttps://github.com/mmikhasenko/PartialWaveFunctions.jl/blob/master/src/wignerd.jl#L10
wignerd,wignerDhttps://github.com/mmikhasenko/PartialWaveFunctions.jl/blob/master/src/wignerd.jl#L60
Does it fit the
SpecialFunctions.jlpackage? Do you accept PR?What is about
clebsch_gordancoefficients?