Skip to main content

LobattoLeadingCoeff

Returns the leading coefficient of Lobatto polynomials.

Interface

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