Mathematica has fully integrated support for many of the tools used in classical and modern finance. These capabilities include financial instrument valuation, advanced time ...
AlgebraicUnitQ[a] yields True if a is an algebraic unit, and yields False otherwise.
Binomial[n, m] gives the binomial coefficient ( { {n}, {m} } ).
Hyperfactorial[n] gives the hyperfactorial function H(n).
ImageMargins is an option that specifies the absolute margins to leave around the image displayed for an object.
KroneckerSymbol[n, m] gives the Kronecker symbol (n/m).
PairedBarChart[{y_1, y_2, ...}, {z_1, z_2, ...}] makes a paired bar chart with bar lengths y_1, y_2, ... and z_1, z_2, ..., respectively.PairedBarChart[{..., w_i[y_i, ...], ...
PauliMatrix[k] gives the k\[Null]^th Pauli spin matrix \[Sigma]_k.
PrimitiveRoot[n] gives the smallest primitive root of n.
RotateLeft[expr, n] cycles the elements in expr n positions to the left. RotateLeft[expr] cycles one position to the left. RotateLeft[expr, {n_1, n_2, ...}] cycles elements ...