Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
stdlib_specialfunctions
Module
21 statements
Source File
stdlib_specialfunctions.f90
stdlib_specialfunctions
Contents
Interfaces
dlegendre
legendre
Uses
stdlib_kinds
Used by
Descendants:
stdlib_specialfunctions_legendre
Interfaces
public interface
dlegendre
First derivative Legendre polynomial
private pure elemental module function dlegendre_fp64(n, x) result(dleg)
Arguments
Type
Intent
Optional
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
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n
real(kind=dp),
intent(in)
::
x
Return Value
real(kind=dp)