f15.3.3 {hypergeo} | R Documentation |
Various transformation formulae for the hypergeometric function
Description
Transformations of the hypergeometric function: equations 15.3.3 to 15.3.9
Usage
f15.3.3(A, B, C, z, tol = 0, maxiter = 2000)
f15.3.4(A, B, C, z, tol = 0, maxiter = 2000)
f15.3.5(A, B, C, z, tol = 0, maxiter = 2000)
f15.3.6(A, B, C, z, tol = 0, maxiter = 2000)
f15.3.7(A, B, C, z, tol = 0, maxiter = 2000)
f15.3.8(A, B, C, z, tol = 0, maxiter = 2000)
f15.3.9(A, B, C, z, tol = 0, maxiter = 2000)
Arguments
A , B , C |
Parameters of the hypergeometric function |
z |
Primary complex argument |
tol , maxiter |
parameters passed to |
Details
The naming scheme follows that of Abramowitz and Stegun
Author(s)
Robin K. S. Hankin
References
M. Abramowitz and I. A. Stegun 1965. “Handbook of mathematical functions”. New York: Dover
See Also
Examples
f15.3.4(1.1,2.2,3.4,-1+0.1i)
[Package hypergeo version 1.2-13 Index]