FNUnreturns the value of the Chebyshev polynomial of the second kind and ordernofx,Un(x).Nmust be positive or zero.Un(x) is defined for all values ofx, although it is most commonly used only with values ofxbetween -1 and +1.
Errors
FNUncauses an HTBasic error if its arguments are not of the types listed in the USAGE section, above, or if the polynomial's absolute value would be larger than MAXREAL, the largest value representable.
Un(x)
See Also Tn
Note
Forn> 12, the algorithm used computes the value ofUnusing a recursion from the values ofU11 andU12. The computation time increases withn-11 and the computation accuracy decreases withn-11.