AlgebraicNumberPolynomial[a, x] gives the polynomial in x corresponding to the AlgebraicNumber object a.
AlgebraicNumberTrace[a] gives the trace of the algebraic number a.
AlgebraicUnitQ[a] yields True if a is an algebraic unit, and yields False otherwise.
BitOr
(Built-in Mathematica Symbol) BitOr[n_1, n_2, ...] gives the bitwise OR of the integers n_i.
CellPrint[expr] inserts expr as a complete cell in the current notebook just below the cell being evaluated. CellPrint[{expr_1, expr_2, ...}] inserts a sequence of cells.
CoprimeQ[n_1, n_2] yields True if n_1 and n_2 are relatively prime, and yields False otherwise. CoprimeQ[n_1, n_2, ...] yields True if all pairs of the n_i are relatively ...
ExpandNumerator[expr] expands out products and powers that appear in the numerator of expr.
FullDefinition[symbol] prints as the definitions given for symbol, and all symbols on which these depend.
GraphDistanceMatrix[g] gives the matrix of distances between vertices for the graph g.GraphDistanceMatrix[g, d] gives the matrix of distances between vertices of maximal ...
IntegerLength[n] gives the number of digits in the base 10 representation of the integer n.IntegerLength[n, b] gives the number of digits in the base b representation of n.