/* this is the header file to calculate the hypergeometric function */ #ifndef hypgeo_h #define hypgeo_h #include #include #include #include dcomplex hypgeo(dcomplex a, dcomplex b, dcomplex c, dcomplex z); void hypser(dcomplex a, dcomplex b, dcomplex c, dcomplex z, dcomplex *series, dcomplex *deriv); #endif