InverseGammaRegularized[a, s] gives the inverse of the regularized incomplete gamma function.
JacobiSymbol[n, m] gives the Jacobi symbol (n/m).
MaxIterations is an option that specifies the maximum number of iterations that should be tried in various built-in functions and algorithms.
MemberQ
(Built-in Mathematica Symbol) MemberQ[list, form] returns True if an element of list matches form, and False otherwise. MemberQ[list, form, levelspec] tests all parts of list specified by levelspec.
symbol::tag is a name for a message.
Message
(Built-in Mathematica Symbol) Message[symbol::tag] prints the message symbol::tag unless it has been switched off. Message[symbol::tag, e_1, e_2, ...] prints a message, inserting the values of the e_i as ...
MovingMedian[list, r] gives the moving median of list, computed using spans of r elements.
MultiplicativeOrder[k, n] gives the multiplicative order of k modulo n, defined as the smallest integer m such that k^m \[Congruent] 1 mod n. MultiplicativeOrder[k, n, {r_1, ...
NotebookPut[expr] creates a notebook corresponding to expr and makes it the currently selected notebook in the front end. NotebookPut[] creates a new empty ...
ParabolicCylinderD[\[Nu], z] gives the parabolic cylinder function D_\[Nu] (z).