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)

Robin K. S. Hankin [aut, cre] (<https://orcid.org/0000-0001-5982-0415>), Richard D. Morey [ctb] (<https://orcid.org/0000-0001-9220-3179>) 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 June 11, 2025, 11:03 a.m.