How to extend complex_bessel to long double
ChiaCheng-Tsai opened this issue · comments
CC Tsai commented
As title
Joey Dumont commented
The underlying Fortran library only supports double precision, not long double. The only way would be to rewrite the Fortran routines to support long double.
If you need more precision, I would recommend looking at the arbitrary precision libraries linked in the README of the project.