powered by
The hypergeometric function for the whole complex plane
Robin K. S. Hankin
Maintainer: <hankin.robin@gmail.com>
The front end function of the package is hypergeo(): depending on the value of the parameters, this executes one or more of many sub-functions.
hypergeo()
M. Abramowitz and I. A. Stegun 1965. Handbook of mathematical functions. New York: Dover
hypergeo(1.1,2.3,1.9 , 1+6i) options(showHGcalls = TRUE) # any non-null value counts as TRUE hypergeo(4.1, 3.1, 5.1, 1+1i) # shows trace back options(showHGcalls = FALSE) # reset
Run the code above in your browser using DataLab