|
inlineconstexpr |
Defined in header
Parameters
n
, m
, ln
, lnm1
: integral positive arguments.x
: floating argument.Return value
n
at x
is returned.n
at x
of the second kind is returned.n
, m
at x
is returned.successor
option implements the three term recurrence relation for the (associated) Legendre polynomials, \(\displaystyle \mbox{P}^m_{l+1} =
\left((2l+1)\mbox{P}^m_{l}(x)-l\mbox{P}^m_{l-1}(x)\right)/(l+m+1)\) ( \(m = 0\) and no \(m\) in call are equivalent here).