Skip to main content

LegendreLeadingCoeffRatio

Ratio of Leading coefficient of Legendre polynomials.

Examples

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