Kernels
(Built-in Mathematica Symbol) Kernels[] gives the list of running kernels available for parallel computing.
LibraryFunction[args] represents a function that has been loaded from a Wolfram Library.
LibraryFunctionUnload[fun] unloads a LibraryFunction so that it cannot be used.
LibraryUnload[lib] unloads all functions that have been loaded from a Wolfram Library, then it unloads the library.
expr /. rules applies a rule or list of rules in an attempt to transform each subpart of an expression expr.
SphericalBesselJ[n, z] gives the spherical Bessel function of the first kind j_n (z).
SphericalBesselY[n, z] gives the spherical Bessel function of the second kind y_n (z).
SphericalHankelH2[n, z] gives the spherical Hankel function of the second kind h_n^(2)(z).
$KernelID is a unique ID number assigned to each running parallel kernel.
$LibraryPath gives the default list of directories to search in attempting to find a library.