xmolecule
Manual
Modules
Block Data
Procedures
Derived Types
Programs
legendre_p
Function
Gnu General Public License V3
6 statements
legendre
legendre_p
Contents
public function legendre_p(n, x) result(p)
Function to calculate the Legendre function 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)