Hypergeometric Functions

fhyper(a, b, c, x) Returns the value of the Gauss hypergeometric function, 2F1(a, b; c; x). Calculated by series expansion.

mhyper(a, b, x) Returns the value of the confluent hypergeometric function, 1F1(a; b; x) or M(a, b, x). Calculated by series expansion.

Arguments:

Notes:

Gauss: solution to differential equations
Confluent: solution to differential equations

QuickSheet