| GNU Scientific Library Reference Manual - Revised Second Edition (v1.8) by M. Galassi, J. Davies, J. Theiler, B. Gough, G. Jungman, M. Booth, F. Rossi Paperback (6"x9"), 636 pages, 60 figures ISBN 0954161734 RRP £24.99 ($39.99) |
7.5.13 Zeros of Regular Bessel Functions
- Function: double gsl_sf_bessel_zero_J0 (unsigned int s)
- Function: int gsl_sf_bessel_zero_J0_e (unsigned int s, gsl_sf_result * result)
- These routines compute the location of the s-th positive zero of the Bessel function J_0(x).
- Function: double gsl_sf_bessel_zero_J1 (unsigned int s)
- Function: int gsl_sf_bessel_zero_J1_e (unsigned int s, gsl_sf_result * result)
- These routines compute the location of the s-th positive zero of the Bessel function J_1(x).
- Function: double gsl_sf_bessel_zero_Jnu (double nu, unsigned int s)
- Function: int gsl_sf_bessel_zero_Jnu_e (double nu, unsigned int s, gsl_sf_result * result)
- These routines compute the location of the s-th positive zero of the Bessel function J_\nu(x). The current implementation does not support negative values of nu.
| ISBN 0954161734 | GNU Scientific Library Reference Manual - Revised Second Edition (v1.8) | See the print edition |