scipy.special.lpmv¶
- scipy.special.lpmv(m, v, x) = <ufunc 'lpmv'>¶
Associated legendre function of integer order.
Parameters: m : int
Order
v : float
Degree.
x : float
Argument. Must be |x| <= 1.
Returns: res : float
The value of the function.
See also
Notes
It is possible to extend the domain of this function to all complex m, v, x, but this is not yet implemented.