Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
dlegendre
Interface
experimental
7 statements
Source File
stdlib_specialfunctions.f90
stdlib_specialfunctions
dlegendre
Contents
Functions
dlegendre_fp64
public interface dlegendre
First derivative Legendre polynomial
Functions
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)