Monitor
(Built-in Mathematica Symbol) Monitor[expr, mon] generates a temporary monitor cell in which the continually updated current value of mon is displayed during the course of evaluation of expr.
MousePosition[] gives the current mouse position in the notebook front end. MousePosition["coords"] gives the mouse position with respect to the specified coordinate ...
Nand
(Built-in Mathematica Symbol) Nand[e_1, e_2, ...] is the logical NAND function. It evaluates its arguments in order, giving True immediately if any of them are False, and False if they are all True.
NorlundB[n, a] gives Nørlund polynomials B_n^(a) of degree n in a.NorlundB[n, a, x] gives generalized Bernoulli polynomials B_n^(a)(x).
Nor
(Built-in Mathematica Symbol) Nor[e_1, e_2, ...] is the logical NOR function. It evaluates its arguments in order, giving False immediately if any of them are True, and True if they are all False.
PossibleZeroQ[expr] gives True if basic symbolic and numerical methods suggest that expr has value zero, and gives False otherwise.
SiegelTheta[\[CapitalOmega], s] gives the Siegel theta function \[CapitalTheta] (\[CapitalOmega], s) with Riemann modular matrix \[CapitalOmega] and vector ...
Specularity[s] is a graphics directive which specifies that surfaces of 3D graphics objects which follow are to be taken to have specularity s. Specularity[s, n] uses ...
SpheroidalEigenvalue[n, m, \[Gamma]] gives the spheroidal eigenvalue with degree n and order m.
TagSet
(Built-in Mathematica Symbol) f /: lhs = rhs assigns rhs to be the value of lhs, and associates the assignment with the symbol f.