-
Spherical Hankel functions are not directly available in SciPy. However, spherical Bessel functions can be used to implement them. IMHO, it would be a nice extension of special functions.
def spher…
-
Some ideas here:
Relevant Math Stackexchange post: https://math.stackexchange.com/questions/236010/integral-of-scaled-bessel-function-with-linear-phase
![Screen Shot 2022-03-22 at 12 03 42 PM](h…
-
-
Issue 1:
```
besselJ(1.5,1700.5)
```
[0]
Warning message:
In besselJ(1.5, 1700.5) : bessel_j(1.5,nu=1700.5): precision lost in result
In this area (say, x*x/alpha < 0.1), the taylor series for besse…
-
#### Summary:
Extension of Bessel and modified Bessel functions to fractional order
#### Description:
Extension to fractional order would conform with their implementation in base R.
#### Current V…
-
Both GSL and boost seem to struggle with Bessel functions of high order (ell>200 or so). GSL is a bit more verbose and gives underflow errors, while boost quietly ignores that issue unless one sets th…
-
Moved from: https://github.com/JuliaLang/julia/issues/10395
--------------------
I'm very new to julia, so not sure I managed to find the actual source code being used for those bessel(jhy) function…
-
Here is [code to compute zeros of the besselj function](https://github.com/jlapeyre/FunctionZeros.jl/blob/master/src/FunctionZeros.jl). Are you interested in a PR ?
It could be more efficient, may…
-
# Feature Request
**Describe the Feature Request**
Hello! I understand the overall computation would not be cost-efficient, but I was wondering if there are any plans to expand the functionality t…
-
In [ECP WarpX](https://github.com/ECP-WarpX/WarpX), we would like to use the [cylindrical Bessel function of the first kind](https://en.wikipedia.org/wiki/Bessel_function#Bessel_functions_of_the_first…