$ReleaseNumber is an integer which gives the current Mathematica kernel release number, and increases in successive releases.
Principles of Evaluation Reducing Expressions to Their Standard Form Attributes
The functions described in "Textual Input and Output Overview" determine how expressions should be formatted when they are printed, but they do not actually cause anything to ...
Modules and Local Variables Local Constants How Modules Work
A graph may not be fully connected. For instance, only about 25% of the web graph is estimated to be in the largest strongly connected component. Another 25% is estimated to ...
AcyclicGraphQ[g] yields True if the graph g is an acyclic graph and False otherwise.
AnimationDirection is an option which specifies the direction to run an animation.
BitClear[n, k] sets to 0 the bit corresponding to the coefficient of 2^k in the integer n.
BitGet
(Built-in Mathematica Symbol) BitGet[n, k] gets the bit corresponding to the coefficient of 2^k in the integer n.
CellAutoOverwrite is an option for Cell which specifies whether an output cell should be overwritten by new output when the preceding input cell is evaluated.