scipy.special.mathieu_cem#
- scipy.special.mathieu_cem(m, q, x, out=None) = <ufunc 'mathieu_cem'>#
 Even Mathieu function and its derivative
Returns the even Mathieu function,
ce_m(x, q), of order m and parameter q evaluated at x (given in degrees). Also returns the derivative with respect to x of ce_m(x, 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
See also