Skip to main content

LegendreNormSQRRatio

This function returns the ratio of Square norm of Legendre polynomial n+1/n

Interface

INTERFACE
MODULE PURE FUNCTION LegendreNormSQRRatio(n) RESULT(ans)
INTEGER(I4B), INTENT(IN) :: n
REAL(DFP) :: ans
END FUNCTION LegendreNormSQRRatio
END INTERFACE