/*********************************************************** * Smithsonian Astrophysical Observatory * Submillimeter Receiver Laboratory * am * * specfunc.h S. Paine rev. 2018 August 15 * * Declarations for specfunc.c ************************************************************/ #ifndef AM_SPECFUNC_H #define AM_SPECFUNC_H double am_exp(double); double am_K0(double); double am_xK1(double); #endif /* AM_SPECFUNC_H */