MathieuCharacteristicA[r, q] gives the characteristic value a_r for even Mathieu functions with characteristic exponent r and parameter q.
SpheroidalPSPrime[n, m, \[Gamma], z] gives the derivative with respect to z of the angular spheroidal function PS n, m (\[Gamma], z) of the first kind.
As the basis for many other special functions, Mathematica supports efficient arbitrary-precision evaluation of gamma functions, as well as an extensive web of relations and ...
Mathematica supports zeta and polylogarithm functions of a complex variable in full generality, performing efficient arbitrary-precision evaluation and implementing extensive ...
MeanShiftFilter[image, r, d] replaces each pixel with the mean of the pixels in a range-r neighborhood and whose value is within a distance d.MeanShiftFilter[array, r, d] ...
ChartElementFunction is an option for charting functions such as BarChart that gives a function to use to generate the primitives for rendering each chart element.
PNM
(Mathematica Import/Export Format) MIME types: image/x-portable-anymap, image/pbm PNM raster image format. Generic format of the Portable family of image formats. Includes the PBM (monochrome), PGM ...
MathieuCharacteristicB[r, q] gives the characteristic value b_r for odd Mathieu functions with characteristic exponent r and parameter q.
NestWhile[f, expr, test] starts with expr, then repeatedly applies f until applying test to the result no longer yields True. NestWhile[f, expr, test, m] supplies the most ...