InverseGudermannian[z] gives the inverse Gudermannian function gd -1 (z).
MantissaExponent[x] gives a list containing the mantissa and exponent of a number x. MantissaExponent[x, b] gives the base-b mantissa and exponent of x.
MathieuGroupM11[] represents the sporadic simple Mathieu group M_11.
MaxStepSize is an option to functions like NDSolve that specifies the maximum size of a single step used in generating a result.
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] ...
MeanShift[list, d] replaces each element in list by the mean of the values of all elements that differ by less than d.
PermutationSupport[perm] returns the support of the permutation perm.
$Assumptions is the default setting for the Assumptions option used in such functions as Simplify, Refine, and Integrate.
The functions described in "Textual Input and Output Overview" determine how expressions should be formatted when they are printed, but they do not actually cause anything to ...
SendDelegateArguments is an option to AddEventHandler and NETNewDelegate that specifies which of the delegate arguments you want to be passed to your Mathematica callback ...