Topic: Complex arguments to Bessel functions?
Hi all,
I'm using simply fortran for a university project and have run into a slight issue; I'm using the intrinsic Bessel function (BESSEL_JN) in my code which have thus far been inputting real arguments. However I now need to feed complex arguments to the function but the intrinsic function will only accept real arguments.
Is there a way to include or add a Bessel function into the library which can handle complexes? Or any other solutions?
Thanks