hypergeo {Davies}R Documentation

The hypergeometric function

Description

The hypergeometric function as defined by Abramowicz and Stegun

Usage

hypergeo(A, B, C, z, tol = 1e-06)

Arguments

A first top parameter
B second top parameter
C first bottom parameter
z argument
tol absolute tolerance

Author(s)

Robin K. S. Hankin

References

Abramowicz and Stegun, Handbook of mathematical functions with formulas, graphs and mathematical tables (AMS-55), 1955, National Bureau of Standards

Examples

hypergeo(1,1,1,0.234)
hypergeo(1,1,1,(1:10)/10)

[Package Davies version 0.1-4 Index]