RealExponent[x] gives log_10 (|x|).RealExponent[x, b] gives log_b (|x|).
n! gives the factorial of n.
This example demonstrates how to create a reusable GUIKit` widget for a cellular automaton. You can easily treat the CellularGroup example as a single reusable user interface ...
LinearModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a linear model of the form \[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + ... that fits the y_i for successive x ...
Abort Evaluation aborts the current evaluation.
AutoOpenPalettes is a global option that specifies the palettes that are automatically opened when Mathematica is started.
StartupSound is a global option that specifies whether Mathematica plays a sound when it is launched.
Widget["Timer"] creates a timed action.
GraphUnion[g_1, g_2, ...] constructs the union of graphs g_1, g_2, and so forth. GraphUnion[n, g] constructs n copies of graph g, for any nonnegative integer n.
RankKSetPartition[sp, s] ranks sp in the list of all k-block set partitions of s. RankSetPartition[sp] ranks sp in the list of all k-block set partitions of the set of ...