hypergeo-package: The Gauss hypergeometric function

hypergeo-packageR Documentation

The Gauss hypergeometric function

Description

The Gaussian hypergeometric function for complex numbers.

Details

The DESCRIPTION file: This package was not yet installed at build time.
Index: This package was not yet installed at build time.

Author(s)

NA Original R code written by Robin Hankin, C++ by Richard Morey.

Maintainer: Robin K. S. Hankin <hankin.robin@gmail.com>

References

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

  • R. K. S. Hankin 2015. “Numerical Evaluation of the Gauss Hypergeometric Function with the hypergeo Package”. The R Journal 7:2, pp81-88

Examples

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



RobinHankin/hypergeo documentation built on Aug. 29, 2023, 4 p.m.