00001
00002
00003
00004
00005 #ifndef NPS_BETA_H
00006 #define NPS_BETA_H
00007 #if !defined BUILDING_NPS_BETA && !defined NPS_SMALL
00008 # define NPS_BETAI_LKG static inline
00009 #else
00010 # define NPS_BETAI_LKG
00011 #endif
00012
00013 NPS_BETAI_LKG double nps_betai(const double a, const double b, const double x);
00014
00015
00016 #endif
00017
00018