JuliaMath / JuliaMath/SpecialFunctions.jl
duplicate bessel function definitions
Open
- Dominant language
- Julia
- Stars
- 381
- Forks
- 113
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 1
Description
What is the reason why there are duplicate calls to bessel functions available?
For instance
```julia
besselj(nu,z)
besselj0(x)
besselj1(x)
```
Isnt that an implementation detail that the library user should not care about?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.