List
(Built-in Mathematica Symbol) {e_1, e_2, ...} is a list of elements.
RamanujanTauTheta[t] gives the Ramanujan tau theta function \[Theta](t).
ContinuousWaveletData[{{oct_1, voc_1} -> coef_1, ...}, wave] yields a continuous wavelet data object with wavelet coefficients coef_i corresponding to octave and voice ...
CUDA is a general C-like programming developed by NVIDIA to program Graphical Processing Units (GPUs). CUDALink provides an easy interface to program the GPU by removing many ...
Hypergeometric0F1Regularized[a, z] is the regularized confluent hypergeometric function \[Null]_0 F_1 (a; z)/\[CapitalGamma](a).
Unprotect[s_1, s_2, ...] removes the attribute Protected for the symbols s_i. Unprotect["form_1", "form_2", ...] unprotects all symbols whose names textually match any of the ...
Cancel
(Built-in Mathematica Symbol) Cancel[expr] cancels out common factors in the numerator and denominator of expr.
UnitBox
(Built-in Mathematica Symbol) UnitBox[x] represents the unit box function, equal to 1 for |x| <= 1/2 and 0 otherwise.UnitBox[x_1, x_2, ...] represents the multidimensional unit box function, equal to 1 if ...
Rule
(Built-in Mathematica Symbol) lhs -> rhs or lhs -> rhs represents a rule that transforms lhs to rhs.
Record
(Built-in Mathematica Symbol) Record represents a record in Read, Find, and related functions.