Special.Chebyshev U Method
Evaluates the Chebyshev polynomial of the second kind of the specified degree.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the Chebyshev polynomial of the second kind of degree degree evaluated at x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static double ChebyshevU(
int degree,
double x
)
Parameters
Return Value
DoubleThe value of the Chebyshev polynomial of the second kind of degree degree evaluated at x.
Exceptions
Argument | degree is less than zero. |