LegendreNormSQRRatio
This function returns the ratio of Square norm of Legendre polynomial n+1/n
Interface
- ܀ Interface
- ️܀ See example
- ↢
INTERFACE
MODULE PURE FUNCTION LegendreNormSQRRatio(n) RESULT(ans)
INTEGER(I4B), INTENT(IN) :: n
REAL(DFP) :: ans
END FUNCTION LegendreNormSQRRatio
END INTERFACE
program main
use easifembase
implicit none
CALL Display(JacobiNormSQRRatio(5, 0.0_DFP, 0.0_DFP), "ans: " )
end program main
results
ans: 0.846154