PlayRange is an option for Play and related functions which specifies what range of sound amplitude levels should be included.
NumberForm[expr, n] prints with approximate real numbers in expr given to n-digit precision.
Convergents[list] gives a list of the convergents corresponding to the continued fraction terms list.Convergents[x, n] gives the first n convergents for a number ...
RandomInteger[{i_min, i_max}] gives a pseudorandom integer in the range {i_min, i_max}. RandomInteger[i_max] gives a pseudorandom integer in the range {0, ...
GeneratedParameters is an option that specifies how parameters generated to represent the results of various symbolic operations should be named.
AppearanceElements is an option for functions like Manipulate that specifies what elements should be included in the displayed form of the object generated.
Signature[list] gives the signature of the permutation needed to place the elements of list in canonical order.
When you install a MathLink-compatible external program using Install, the program is set up to behave somewhat like a simplified Mathematica kernel. Every time you call a ...
Expectation[expr, x \[Distributed] dist] gives the expectation of expr under the assumption that x follows the probability distribution dist. Expectation[expr, x ...