Latitude[pos] gives the latitude in degrees of a geographic position specified by pos.Latitude[pos, datum] gives the latitude referring to the specified geodetic datum.
LongestCommonSubsequence[s_1, s_2] finds the longest contiguous subsequence of elements common to the strings or lists s_1 and s_2.
NotebookPrint[expr] sends a notebook containing expr to your default printer.NotebookPrint[notebook] sends the specified notebook to your default printer. ...
NotebookSave[notebook] saves the current version of the specified notebook. NotebookSave[notebook, " file"] saves the notebook in the specified file. NotebookSave[] saves the ...
OwnValues[x] gives the rule corresponding to any ownvalue defined for the symbol x.
Prepend
(Built-in Mathematica Symbol) Prepend[expr, elem] gives expr with elem prepended.
RangeFilter[image, r] filters image by replacing every pixel by the difference of the maximum and minimum in its range r neighborhood. RangeFilter[data, r] applies a range ...
RenameDirectory["dir_1", "dir_2"] renames the directory dir_1 to dir_2.
SelectedNotebook[] gives the currently selected notebook in the front end.
SelectionCreateCell[notebook] copies the contents of the current selection in a notebook into a new cell. SelectionCreateCell[notebook, sel] sets the current selection after ...