math
(Mathematica System Program) math options starts the Mathematica kernel in Unix and Linux.
AbortProtect[expr] evaluates expr, saving any aborts until the evaluation is complete.
AllowGroupClose is an option for Cell that specifies whether a cell group can be closed normally.
AllowReverseGroupClose is an option for Cell that specifies whether a cell group can be reverse closed.
Binarize[image] creates a binary image from image by replacing all values above a globally determined threshold with 1 and others with 0.Binarize[image, t] creates a binary ...
Bookmarks is an option for Manipulate and related functions that gives a list of bookmark settings.
CellEditDuplicate is an option for Cell which specifies whether the front end should make a copy of the cell before actually applying any changes in its contents that you ...
ChineseRemainder[{r_1, r_2, ...}, {m_1, m_2, ...}] gives the smallest non-negative x that satisfies all the integer congruences x mod m_i = r_i mod m_i.
Clear
(Built-in Mathematica Symbol) Clear[symbol_1, symbol_2, ...] clears values and definitions for the symbol_i. Clear["form_1", "form_2", ...] clears values and definitions for all symbols whose names match ...
ColumnAlignments is an option for the low-level function GridBox that specifies how entries in each column should be aligned.