Skip to main content

Chebyshev1Zeros

Zeros of Chebyshev1 polynomials.

Interface

INTERFACE
MODULE FUNCTION Chebyshev1Zeros(n) RESULT(ans)
INTEGER(I4B), INTENT(IN) :: n
!! order of Chebyshev1 polynomial
REAL(DFP) :: ans(n)
END FUNCTION Chebyshev1Zeros
END INTERFACE