scipy.special.mathieu_modcem2 — SciPy v1.15.2 Manual (original) (raw)
scipy.special.mathieu_modcem2(m, q, x, out=None) = <ufunc 'mathieu_modcem2'>#
Even modified Mathieu function of the second kind and its derivative
Evaluates the even modified Mathieu function of the second kind, Mc2m(x, q), and its derivative at x (given in degrees) for order _m_and parameter q.
Parameters:
marray_like
Order of the function
qarray_like
Parameter of the function
xarray_like
Argument of the function, given in degrees, not radians
outtuple of ndarray, optional
Optional output arrays for the function results
Returns:
yscalar or ndarray
Value of the function
ypscalar or ndarray
Value of the derivative vs x