BitShiftRight[n, k] shifts the binary bits in the integer n to the right by k places, dropping bits that are shifted past the unit's position on the right. BitShiftRight[n] ...
QuadraticIrrationalQ[x] gives True if x is a quadratic irrational and False otherwise.
CoefficientArrays[polys, vars] gives the arrays of coefficients of the variables vars in the polynomials polys.
ChampernowneNumber[b] gives the base-b Champernowne number C_b.ChampernowneNumber[] gives the base-10 Champernowne number.
ChartLabels is an option for charting functions that specifies what labels should be used for chart elements.
FindPermutation[expr] gives a permutation that produces expr by permuting Sort[expr].FindPermutation[expr 1, expr 2] gives a permutation that converts expr_1 to expr_2 for ...
HeavisideLambda[x] represents the triangle distribution \[CapitalLambda](x) which is nonzero for |x| < 1.HeavisideLambda[x_1, x_2, ...] represents the multidimensional ...
HeavisidePi[x] represents the box distribution \[CapitalPi](x), equal to 1 for |x| < 1/2 and 0 for |x| > 1/2.HeavisidePi[x_1, x_2, ...] represents the multidimensional box ...
InverseGudermannian[z] gives the inverse Gudermannian function gd -1 (z).
LiouvilleLambda[n] gives the Liouville function \[Lambda](n).