Evaluates the continued fraction of two sequences (a[0], a[1], …, a[n]) and (b[0], b[1], …, b[n]).


icon

Inputs/Outputs

  • c1ddbl.png A

    A is the 1D array of the numerator part of the continued fraction.

  • c1ddbl.png B

    B is the 1D array of the denominator part of the continued fraction.

  • idbl.png result

    result is a real value representing the result of the continued fraction.

  • ii32.png error

    error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

  • The following equation defines the evaluated sequences.

    Continued fractions are valuable tools for calculating special functions.