xmolecule
Manual
Modules
Block Data
Procedures
Derived Types
Programs
legendre_dp
Function
Gnu General Public License V3
6 statements
legendre
legendre_dp
Contents
public function legendre_dp(n, x) result(dp)
Function to calculate 1st derivative of the Legendre f. of x with order n
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n
real(kind=long),
intent(in)
::
x
Return Value
real(kind=long)