Divide
(Built-in Mathematica Symbol) x/y or Divide[x, y] is equivalent to x y^-1.
ExponentFunction is an option for NumberForm and related functions that determines the exponent to use in printing approximate real numbers.
MinimalPolynomial[s, x] gives the minimal polynomial in x for which the algebraic number s is a root.
RegionFunction is an option for plotting functions that specifies the region to include in the plot drawn.
StringForm["controlstring", expr_1, ...] prints as the text of the controlstring, with the printed forms of the expr_i embedded.
VarianceEstimatorFunction is an option for LinearModelFit and NonlinearModelFit which specifies the variance estimator to use.
WattsStrogatzGraphDistribution[n, p] represents the Watts\[Dash]Strogatz graph distribution for n-vertex graphs with rewiring probability p.WattsStrogatzGraphDistribution[n, ...
While
(Built-in Mathematica Symbol) While[test, body] evaluates test, then body, repetitively, until test first fails to give True.
When you make a function definition using :=, the value of the function is recomputed every time you ask for it. In some kinds of calculations, you may end up asking for the ...
There are a number of functions built into Mathematica which, like Plot, have various options you can set. Mathematica provides some general mechanisms for handling such ...