Kernels
(Built-in Mathematica Symbol) Kernels[] gives the list of running kernels available for parallel computing.
ListCurvePathPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a curve that corresponds to a smooth path through the specified points.
NextPrime[n] gives the next prime above n.NextPrime[n, k] gives the k\[Null]^th prime above n.
OpenAppend["file"] opens a file to append output to it, and returns an OutputStream object.
OverscriptBox[x, y] is the low-level box representation for OverscriptBox[x, y] in notebook expressions.
RemoveScheduledTask[obj] remove the obj from the list of currently set tasks.
x_y^z is the low-level box representation for x_y^z in notebook expressions.
TextCell["string"] gives a text cell that can appear in a Mathematica notebook.TextCell["string", " style"] gives a text cell with the specified style.
TraceScan[f, expr] applies f to all expressions used in the evaluation of expr. TraceScan[f, expr, form] includes only those expressions which match form. TraceScan[f, expr, ...
UnderscriptBox[x, y] is the low-level box representation for UnderscriptBox[x, y] in notebook expressions.