/* This header file contains the prototypes of the functions that calculate modified bessel functions. */ #ifndef bessel_mod_h #define bessel_mod_h #include double bessI_0(double x); double bessK_0(double x); #endif