Computes the Gauss hypergeometric function F(x, a, b, c) according to the input argument and parameters you specify.


icon

Inputs/Outputs

  • cdbl.png x

    x is the input argument. If x is negative, the VI uses the absolute value of x.

  • cdbl.png a

    a is the first parameter of the Gauss hypergeometric function.

  • cdbl.png b

    b is the second parameter of the Gauss hypergeometric function.

  • cdbl.png c

    c is the third parameter of the Gauss hypergeometric function.

  • idbl.png F(x, a, b, c)

    F(x, a, b, c) returns the value of the Gauss hypergeometric function.

  • The Gauss hypergeometric function F(x, a, b, c) is a solution of the following differential equation:

    The function is defined according to the following intervals for the input values.

    LabVIEW supports the entire domain of this function that produces real-valued results. For any real value of a, b, and c, the function is defined for real values of x < 1. For real values of a, b, and c, such that c > a + b, the domain of x is extended to include 1.