Skip to main content

UltrasphericalLeadingCoeffRatio

Ratio of Leading coefficient of Ultraspherical polynomials.

Interface

INTERFACE
MODULE PURE FUNCTION UltrasphericalLeadingCoeffRatio(n, lambda) RESULT(ans)
INTEGER(I4B), INTENT(IN) :: n
!! order of Ultraspherical polynomial
REAL(DFP), INTENT(IN) :: lambda
!! lambda should be greater than -0.5
REAL(DFP) :: ans
!! answer
END FUNCTION UltrasphericalLeadingCoeffRatio
END INTERFACE