hypergeo               package:Davies               R Documentation

_T_h_e _h_y_p_e_r_g_e_o_m_e_t_r_i_c _f_u_n_c_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     The hypergeometric function as defined by Abramowicz and Stegun

_U_s_a_g_e:

     hypergeo(A, B, C, z, tol = 1e-06)

_A_r_g_u_m_e_n_t_s:

       A: first top parameter

       B: second top parameter

       C: first bottom parameter

       z: argument

     tol: absolute tolerance

_A_u_t_h_o_r(_s):

     Robin K. S. Hankin

_R_e_f_e_r_e_n_c_e_s:

     Abramowicz and Stegun, Handbook of mathematical functions with
     formulas,  graphs and mathematical tables (AMS-55), 1955, National
     Bureau of Standards

_E_x_a_m_p_l_e_s:

     hypergeo(1,1,1,0.234)
     hypergeo(1,1,1,(1:10)/10)

