ParallelTry[f, {arg_1, arg_2, ...}] evaluates f[arg_i] in parallel, returning the first result received.ParallelTry[f, {arg_1, arg_2, ...}, k] returns a list of the first k ...
RamanujanTauZ[t] gives the Ramanujan tau Z-function Z(t).
Rationals represents the domain of rational numbers, as in x \[Element] Rationals.
SphericalHankelH1[n, z] gives the spherical Hankel function of the first kind h_n^(1)(z).
SpheroidalS1Prime[n, m, \[Gamma], z] gives the derivative with respect to z of the radial spheroidal function S_n^m, (1)(\[Gamma], z) of the first kind.
StringReverse["string"] reverses the order of the characters in " string".
ToCharacterCode["string"] gives a list of the integer codes corresponding to the characters in a string. ToCharacterCode["string", " encoding"] gives integer codes according ...
ToUpperCase[string] yields a string in which all letters have been converted to uppercase.
VertexDegree[g] gives the list of vertex degrees for all vertices in the graph g.VertexDegree[g, v] gives the vertex degree for the vertex v.
$LibraryPath gives the default list of directories to search in attempting to find a library.