UnscaledLobattoLeadingCoeff
Returns the leading coefficient of UnscaledLobatto polynomials.
Interface
- ܀ Interface
- ️܀ See example
- ↢
INTERFACE
MODULE PURE FUNCTION UnscaledLobattoLeadingCoeff(n) RESULT(ans)
INTEGER(I4B), INTENT(IN) :: n
!! order of UnscaledLobatto polynomial
REAL(DFP) :: ans
!! answer
END FUNCTION UnscaledLobattoLeadingCoeff
END INTERFACE
program main
use easifemBase
implicit none
call display(LobattoLeadingCoeff(n=5), "ans:" )
end program main
results
ans:1.85616