ActionMenu[name, {lbl_1 :> act_1, lbl_2 :> act_2, ...}] represents an action menu with label name and with items labeled lbl_i that evaluates the expression act_i if the ...
Finding and setting values of symbols. Mathematica effectively stores all definitions you give as lists of transformation rules. When a particular symbol is encountered, the ...
Equivalences[g, h] lists the vertex equivalence classes between graphs g and h defined by their vertex degrees. Equivalences[g] lists the vertex equivalences for graph g ...
f /: lhs := rhs assigns rhs to be the delayed value of lhs, and associates the assignment with the symbol f.
BesselYZero[n, k] represents the k\[Null]^th zero of the Bessel function of the second kind Y_n (x).BesselYZero[n, k, x_0] represents the k\[Null]^th zero greater than x_0.
EllipticLog[{x, y}, {a, b}] gives the generalized logarithm associated with the elliptic curve y^2 = x^3 + a x^2 + b x.
AutoMultiplicationSymbol is an option for objects such as Cell and Notebook that specifies whether to automatically display a multiplication symbol between numbers that would ...
Most
(Built-in Mathematica Symbol) Most[expr] gives expr with the last element removed.
Return
(Built-in Mathematica Symbol) Return[expr] returns the value expr from a function. Return[] returns the value Null.
$KernelCount gives the number of subkernels available for parallel computations.