Merge Cells combines selected cells into one cell.
Print Selection prints a selection.
Special Character opens the Special Characters palette.
Tile Windows Tall arranges all windows to fit in the screen one beside the other (Windows and Macintosh only).
Tile Windows Wide arranges all windows to fit in the screen one above the other (Windows and Macintosh only).
BilateralFilter[image, \[Sigma], \[Mu]] applies a bilateral filter of spatial spread \[Sigma] and pixel value spread \[Mu] to image.
ContinuedFractionK[f, g, {i, i_min, i_max}] represents the continued fraction \[CapitalKappa]_i = i_min^i_max f/g.ContinuedFractionK[g, {i, i_min, i_max}] represents the ...
DatePattern[{"e_1", "e_2", ...}] represents the characters of a date with elements of type "e_i" in StringExpression.DatePattern[{"e_1", "e_2 ", ...}, sep] allows separators ...
DefaultStyleDefinitions is a global option that specifies the default stylesheet for all new notebooks.
Diagonal[m] gives the list of elements on the leading diagonal of the matrix m.Diagonal[m, k] gives the elements on the k\[Null]^th diagonal of m.