hypergeo (version 1.2-13)

hypergeo-package: The hypergeometric function

Description

The hypergeometric function for the whole complex plane

Arguments

Details

Package:
hypergeo
Type:
Package
Version:
1.0
Date:
2008-04-16
License:
GPL
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.

References

M. Abramowitz and I. A. Stegun 1965. Handbook of mathematical functions. New York: Dover

Examples

Run this code
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 DataCamp Workspace