/* Author: G. Jungman * RCS: $Id: bessel_olver.h,v 1.4 1999/04/17 16:22:12 jungman Exp $ */ #ifndef BESSEL_OLVER_H_ #define BESSEL_OLVER_H_ #include "gsl_sf_result.h" int gsl_sf_bessel_Jnu_asymp_Olver_impl(double nu, double x, gsl_sf_result * result); int gsl_sf_bessel_Ynu_asymp_Olver_impl(double nu, double x, gsl_sf_result * result); double gsl_sf_bessel_Olver_zofmzeta(double minus_zeta); #endif /* !BESSEL_OLVER_H_ */