stdlib_specialfunctions Module


Used by


Interfaces

public interface dlegendre

First derivative Legendre polynomial

  • private pure elemental module function dlegendre_fp64(n, x) result(dleg)

    Arguments

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

    Return Value real(kind=dp)

public interface legendre

Legendre polynomial

  • private pure elemental module function legendre_fp64(n, x) result(leg)

    Arguments

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

    Return Value real(kind=dp)