CForm
(Built-in Mathematica Symbol) CForm[expr] prints as a C language version of expr.
FortranForm[expr] prints as a Fortran language version of expr.
FourierCosCoefficient[expr, t, n] gives the n\[Null]^th coefficient in the Fourier cosine series expansion of expr.FourierCosCoefficient[expr, {t_1, t_2, ...}, {n_1, n_2, ...
FourierSinCoefficient[expr, t, n] gives the n\[Null]^th coefficient in the Fourier sine series expansion of expr.FourierSinCoefficient[expr, {t_1, t_2, ...}, {n_1, n_2, ...}] ...
O
(Built-in Mathematica Symbol) O[x]^n represents a term of order x^n. O[x]^n is generated to represent omitted higher-order terms in power series. O[x, x_0]^n represents a term of order (x - x_0) n.
QHypergeometricPFQ[{a_1, ..., a_r}, {b_1, ..., b_s}, q, z] gives the basic hypergeometric series \[Null]_r \[Phi]_s (a; b; q; z).
Range
(Built-in Mathematica Symbol) Range[i_max] generates the list {1, 2, ..., i_max}. Range[i_min, i_max] generates the list {i_min, ..., i_max}. Range[i_min, i_max, di] uses step di.
Short
(Built-in Mathematica Symbol) Short[expr] prints as a short form of expr, less than about one line long. Short[expr, n] prints as a form of expr about n lines long.
SplineKnots is an option for B-spline functions and graphics primitives that specifies the positions of knots.
SplineWeights is an option for B-spline functions and graphics primitives that specifies weights of control points.