ScheduledTasks[] returns a list of ScheduledTaskObject expressions that represent current tasks.
$ScriptCommandLine is a list of strings giving the elements of the command line with which the standalone Mathematica script was invoked.
FactorialPower[x, n] gives the factorial power x (n). FactorialPower[x, n, h] gives the step-h factorial power x (n, h).
QBinomial[n, m, q] gives the q-binomial coefficient (n; m)_q.
The way modules work in Mathematica is basically very simple. Every time any module is used, a new symbol is created to represent each of its local variables. The new symbol ...
HamiltonianQ[g] yields True if there exists a Hamiltonian cycle in graph g, or in other words, if there exists a cycle that visits each vertex exactly once.
CellDynamicExpression is an option for cells that specifies an expression to be dynamically updated whenever the cell is visible on-screen.
FieldHint is an option for InputField that specifies contents to display when the input field is empty.
FrontEndDynamicExpression is a global front end option that specifies an expression to be dynamically updated whenever the front end is running.
RudvalisGroupRu[] represents the sporadic simple Rudvalis group Ru.