Open
Description
Hi, so I've attempted to use the code from here to implement a njit compatible complex airy function, but it ended up crashing my kernel. Any idea what the problem is? Or maybe it's possible to have numba-scipy support airy officially?
To clarify, the complex airy function itself crashes my kernel i.e.:
numba_airy_complex128(1)
Activity