Skip to main content

LegendreAlpha

Recurrence coeff for Legendre polynomial.

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