scipy.special.obl_rad2#
- scipy.special.obl_rad2(m, n, c, x, out=None) = <ufunc 'obl_rad2'>#
- Oblate spheroidal radial function of the second kind and its derivative. - Computes the oblate spheroidal radial function of the second kind and its derivative (with respect to x) for mode parameters m>=0 and n>=m, spheroidal parameter c and - x >= 0.0.- Parameters:
- marray_like
- Mode parameter m (nonnegative) 
- narray_like
- Mode parameter n (>= m) 
- carray_like
- Spheroidal parameter 
- xarray_like
- Parameter x ( - x >= 0.0)
- outndarray, optional
- Optional output array for the function results 
 
- Returns:
- sscalar or ndarray
- Value of the function 
- spscalar or ndarray
- Value of the derivative vs x 
 
 - See also