Skip to main content

Chebyshev1Beta

Recurrence coeff for Chebyshev1 polynomial.

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