$Version is a string that gives the version of the Mathematica kernel you are running.
LogIntegral[z] is the logarithmic integral function li(z).
WeierstrassPPrime[u, {g_2, g_3}] gives the derivative of the Weierstrass elliptic function \[WeierstrassP](u; g_2, g_3).
EdgeList[g] gives the list of edges for the graph g. EdgeList[g, patt] gives a list of edges that match the pattern patt.
PolynomialMod[poly, m] gives the polynomial poly reduced modulo m. PolynomialMod[poly, {m_1, m_2, ...}] reduces modulo all of the m_i.
$MaxPiecewiseCases gives the maximum number of cases to allow in explicit Piecewise objects generated by expanding any single piecewise function.
NestList[f, expr, n] gives a list of the results of applying f to expr 0 through n times.
FaceGridsStyle is an option for 3D graphics functions that specifies how face grids should be rendered.
HoldForm[expr] prints as the expression expr, with expr maintained in an unevaluated form.
BooleanGraph[bfunc, g_1, ..., g_n] gives the Boolean graph defined by the Boolean function bfunc on the graphs g_1, ..., g_n.