etfrogers / pyhank

MIT License
13 stars 3 forks source link

Test bessel_zeros fully #4

Closed etfrogers closed 4 years ago

etfrogers commented 4 years ago

Find tabulated values?

etfrogers commented 4 years ago

Actually, it make more sense to remove bessel_zeros and just use the scipy function directly in the one place it is needed.

The original bessel_zeros function in Matlab probably does the same as those functions, and so was sensible to write, but it is not needed for this application.