PadLeft
(Built-in Mathematica Symbol) PadLeft[list, n] makes a list of length n by padding list with zeros on the left. PadLeft[list, n, x] pads by repeating the element x. PadLeft[list, n, {x_1, x_2, ...}] pads ...
Placeholder[name] represents a placeholder labeled with name that indicates a place to type.Placeholder[] gives the empty placeholder \[Placeholder].
ReverseGraph[g] gives the reverse graph of the directed g.
ScheduledTasks[] returns a list of ScheduledTaskObject expressions that represent current tasks.
SessionTime[] gives the total number of seconds of real time that have elapsed since the beginning of your Mathematica session.
Sharpen
(Built-in Mathematica Symbol) Sharpen[image] gives a sharpened version of image.Sharpen[image, r] gives a version of image sharpened over pixel radius r.
SymbolName[symbol] gives the name of the specified symbol.
Underscript[x, y] is an object that formats as UnderscriptBox[x, y].
WindowFrame is a notebook option that specifies the type of frame to draw around the window in which the notebook is displayed on the screen.
Throughout any computation, Mathematica maintains an evaluation stack containing the expressions it is currently evaluating. You can use the function Stack to look at the ...