Skip to main content

Chebyshev1LeadingCoeff

Leading coefficient of Chebyshev1 polynomials.

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

Examples