FormatType is an option for output streams, graphics, and functions such as Text that specifies the default format type to use when outputting expressions.
NotebookApply[notebook, data] writes data into a notebook at the current selection, replacing the first selection placeholder in data by the current selection, and then ...
NotebookFind[notebook, data] sets the current selection in the specified notebook object to be the next occurrence of data. NotebookFind[notebook, data, Previous] sets the ...
NotebookLocate["tag"] locates all cells with the specified tag in your current input notebook, selecting the cells and scrolling to the position of the first one. ...
Conventions for file names. Most files used by Mathematica are completely system independent. .mx and .exe files are however system dependent. For these files, there is a ...
The functions described in "Textual Input and Output Overview" determine how expressions should be formatted when they are printed, but they do not actually cause anything to ...
OrderStarKind is an option to OrderStarPlot that specifies the type of order star to be displayed.
LowerStatisticalWeight[element] gives a list of {wavelength_v, weight} pairs, where wavelength_v is the wavelength in vacuum and weight is the statistical weight of the lower ...
UpperStatisticalWeight[element] gives a list of {wavelength_v, weight} pairs, where wavelength_v is the wavelength in vacuum and weight is the statistical weight of the upper ...
BooleanConvert[expr] converts the Boolean expression expr to disjunctive normal form.BooleanConvert[expr, form] converts the Boolean expression expr to the specified ...