JacobiNormSQRRatio
This function returns the ratio of Square norm of Jacobi polynomial n+1/n
This function returns the following:
INTERFACE
MODULE PURE FUNCTION JacobiNormSQRRatio(n, alpha, beta) RESULT(ans)
INTEGER(I4B), INTENT(IN) :: n
REAL(DFP), INTENT(IN) :: alpha
REAL(DFP), INTENT(IN) :: beta
REAL(DFP) :: ans
END FUNCTION JacobiNormSQRRatio
END INTERFACE