hypergeo {Davies} | R Documentation |
The hypergeometric function as defined by Abramowicz and Stegun
hypergeo(A, B, C, z, tol = 1e-06)
A |
first top parameter |
B |
second top parameter |
C |
first bottom parameter |
z |
argument |
tol |
absolute tolerance |
Robin K. S. Hankin
Abramowicz and Stegun, Handbook of mathematical functions with formulas, graphs and mathematical tables (AMS-55), 1955, National Bureau of Standards
hypergeo(1,1,1,0.234) hypergeo(1,1,1,(1:10)/10)