MapAll
(Built-in Mathematica Symbol) MapAll[f, expr] or f //@ expr applies f to every subexpression in expr.
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.
N
(Built-in Mathematica Symbol) N[expr] gives the numerical value of expr. N[expr, n] attempts to give a result with n-digit precision.
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.
Print
(Built-in Mathematica Symbol) Print[expr] prints expr as output.
Reals
(Built-in Mathematica Symbol) Reals represents the domain of real numbers, as in x \[Element] Reals.
SeriesData[x, x_0, {a_0, a_1, ...}, n_min, n_max, den] represents a power series in the variable x about the point x_0. The a_i are the coefficients in the power series. The ...
SphericalHarmonicY[l, m, \[Theta], \[Phi]] gives the spherical harmonic Y_l^m(\[Theta], \[Phi]).
SpheroidalS1[n, m, \[Gamma], z] gives the radial spheroidal function S_n^m, (1)(\[Gamma], z) of the first kind.
StruveH
(Built-in Mathematica Symbol) StruveH[n, z] gives the Struve function H n (z).