Year
(Units Package Symbol) Year is a unit of time.
SetCoordinates[coordsys] sets the default coordinate system to be coordsys with default variables. SetCoordinates[coordsys[c_1, c_2, c_3]] sets the default coordinate system ...
Booleans represents the domain of Booleans, as in x \[Element] Booleans.
ChoiceDialog[expr] puts up a standard choice dialog that displays expr together with OK and Cancel buttons, and returns True if OK is clicked and False if Cancel is ...
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 ...
FontFamily is an option for Style and Cell that specifies the font family in which text should be rendered.
GeoDirection[{lat_1, long_1}, {lat_2, long_2}] gives the azimuthal direction from one latitude-longitude position on the Earth to another.GeoDirection[pos_1, pos_2] gives the ...
GraphHighlight is an option to Graph and related objects that specifies graph elements to highlight.
Offset
(Built-in Mathematica Symbol) Offset[{dx, dy}, position] gives the position of a graphical object obtained by starting at the specified position and then moving by absolute offset {dx, dy}.
Put
(Built-in Mathematica Symbol) expr >> filename writes expr to a file. Put[expr_1, expr_2, ..., " filename"] writes a sequence of expressions expr_i to a file. Put["filename "] creates an empty file with ...