FromDigits[list] constructs an integer from the list of its decimal digits. FromDigits[list, b] takes the digits to be given in base b. FromDigits["string"] constructs an ...
LinkRead[link] reads one expression from the specified MathLink connection. LinkRead[link, h] wraps h around the expression read before evaluating it.
LinkWrite[link, expr] writes expr to the specified MathLink connection.
MeshStyle is an option for Plot3D, DensityPlot, and other plotting functions that specifies the style in which to draw a mesh.
PreemptProtect[expr] evaluates expr, without any interruption from preemptive evaluations.
PrimePowerQ[expr] yields True if expr is a power of a prime number, and yields False otherwise.
Protected is an attribute which prevents any values associated with a symbol from being modified.
RandomPrime[{i_min, i_max}] gives a pseudorandom prime number in the range i_min to i_max.RandomPrime[i_max] gives a pseudorandom prime number in the range 2 to ...
Rescale
(Built-in Mathematica Symbol) Rescale[x, {min, max}] gives x rescaled to run from 0 to 1 over the range min to max. Rescale[x, {min, max}, {x_min, x_max}] gives x rescaled to run from x_min to x_max over ...
ScheduledTaskObject[id, expr, spec, ...] is a task object specifying future evaluation of expr according to spec.