00001 #ifndef GammaSeries_H 00002 #define GammaSeries_H 00003 00008 extern float GammaSeries( float a, float x ); 00009 00010 #endif