GeneratedParameters is an option that specifies how parameters generated to represent the results of various symbolic operations should be named.
BitOr
(Built-in Mathematica Symbol) BitOr[n_1, n_2, ...] gives the bitwise OR of the integers n_i.
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
Abort
(Built-in Mathematica Symbol) Abort[] generates an interrupt to abort a computation.
NumberFormat is an option for NumberForm and related functions that specifies how the mantissa, base, and exponent should be assembled into a final print form.
This does an integral over the interior of the unit circle. Here is an equivalent form. Even though an integral may be straightforward over a simple rectangular region, it ...
Building on Mathematica's unified symbolic architecture, Mathematica 7 introduces several major new integrated forms of data manipulation—including large-scale support for ...
BooleanAlgebra[n] gives a Hasse diagram for the Boolean algebra on n elements. The function takes two options: Type and VertexLabel, with default values Undirected and False, ...
DominationLattice[n] returns a Hasse diagram of the partially ordered set on integer partitions of n in which p < q if q dominates p. The function takes two options: Type and ...
SpringEmbedding[g] beautifies the embedding of graph g by modeling the embedding as a system of springs. SpringEmbedding[g, step, increment] can be used to refine the ...