legendre_dp Function

public function legendre_dp(n, x) result(dp)

Function to calculate 1st derivative of the Legendre f. of x with order n

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n
real(kind=long), intent(in) :: x

Return Value real(kind=long)