Skip to main content

Chebyshev1LeadingCoeffRatio

Ratio of Leading coefficient of Chebyshev1 polynomials.

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

Examples