x | A double-precision variable that specifies the independent variable. |
x0 | A double-precision variable that specifies a shift in the Chebyshev polynomial. |
par | A double-precision array of coefficients (a0,...,an). |
npar | An integer variable that specifies the number of coefficients specified. |
iord | An integer variable that specifies the order of the derivative that CHEBY is to return. IORD can be zero, one, or two. |
value | A double-precision value the subroutine returns. The table below summarizes the value it returns: ![]() | |
errflg | A logical (true or false) variable that CHEBY returns to the calling subroutine. If CHEBY detects an error in the subroutine call statement, it sets errflg to true before it returns errflg to the calling subroutine. | |


