SpheroidalPSPrime[n, m, \[Gamma], z] gives the derivative with respect to z of the angular spheroidal function PS n, m (\[Gamma], z) of the first kind.
SpheroidalQS[n, m, \[Gamma], z] gives the angular spheroidal function QS n, m (\[Gamma], z) of the second kind.
SpheroidalQSPrime[n, m, \[Gamma], z] gives the derivative with respect to z of the angular spheroidal function QS n, m (\[Gamma], z) of the second kind.
StirlingS1[n, m] gives the Stirling number of the first kind S_n^(m).
"s_1" <> "s_2" <> ..., StringJoin["s_1", "s_2", ...], or StringJoin[{"s_1", "s_2", ...}] yields a string consisting of a concatenation of the s_i.
StringMatchQ["string", patt] tests whether " string" matches the string pattern patt. StringMatchQ["string", RegularExpression["regex"]] tests whether " string" matches the ...
StruveH
(Built-in Mathematica Symbol) StruveH[n, z] gives the Struve function H n (z).
StruveL
(Built-in Mathematica Symbol) StruveL[n, z] gives the modified Struve function L n (z).
UndirectedEdge[u, v] or u \[UndirectedEdge] v represents an undirected edge of a graph with vertices u and v.
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 ...