DefaultStyleDefinitions is a global option that specifies the default stylesheet for all new notebooks.
IntegerString[n] gives a string consisting of the decimal digits in the integer n. IntegerString[n, b] gives a string consisting of the base b digits in the integer n. ...
MaxDetect[image] gives a binary image in which white pixels correspond to constant extended maxima in image.MaxDetect[image, h] finds extended maxima where the range of ...
RangeFilter[image, r] filters image by replacing every pixel by the difference of the maximum and minimum in its range r neighborhood. RangeFilter[data, r] applies a range ...
Properties of Strings Operations on Strings Characters in Strings
Edit Stylesheet edits the style definitions for the current notebook.
BernsteinBasis[d, n, x] represents the n\[Null]^th Bernstein basis function of degree d at x.
CellEvaluationFunction is an option to Cell which gives a function to be applied to every expression from the cell that is sent to the kernel for ordinary evaluation.
ColorQuantize[image, n] gives an approximation to image that uses only n distinct colors.
ColumnAlignments is an option for the low-level function GridBox that specifies how entries in each column should be aligned.