file.tm is a MathLink template file.
math
(Mathematica System Program) math options starts the Mathematica kernel in Unix and Linux.
AugmentedSymmetricPolynomial[{r_1, r_2, ...}] represents a formal augmented symmetric polynomial with exponents r_1, r_2, ....AugmentedSymmetricPolynomial[{{r_11, ..., r 1 ...
Check
(Built-in Mathematica Symbol) Check[expr, failexpr] evaluates expr, and returns the result, unless messages were generated, in which case it evaluates and returns failexpr. Check[expr, failexpr, ...
ChoiceButtons[] represents a pair of OK and Cancel buttons that close a dialog.ChoiceButtons[{act_ok, act_cancel}] represents OK and Cancel buttons that evaluate the ...
Degree
(Built-in Mathematica Symbol) Degree gives the number of radians in one degree. It has a numerical value of \[Pi]/180.
DiscreteIndicator[x, x_1, {u_1, u_2, ...}] yields the discrete indicator function, equal to 1 if x = x_1 and 0 if x = u_i for any i.
DisplayForm[expr] prints with low-level boxes inside expr shown in explicit two-dimensional or other form.
DistributedContexts is an option for various parallel computing functions that specifies which definitions for symbols appearing in an expression should be distributed to all ...
DynamicWrapper[e, expr] represents an object that displays as e, but dynamically updates the expression expr whenever that object is visible on screen.