Block
(Built-in Mathematica Symbol) Block[{x, y, ...}, expr] specifies that expr is to be evaluated with local values for the symbols x, y, .... Block[{x = x_0, ...}, expr] defines initial local values for x, ...
ChanVeseBinarize[image] finds a two-level segmentation of image by computing optimal contours around regions of consistent intensity in image.ChanVeseBinarize[image, marker] ...
FindDivisions[{x_min, x_max}, n] finds a list of about n "nice" numbers that divide the interval around x_min to x_max into equally spaced parts. FindDivisions[{x_min, x_max, ...
FindIndependentEdgeSet[g] finds an independent edge set of the graph g with a maximum number of edges.
IntegerExponent[n, b] gives the highest power of b that divides n.
Integer
(Built-in Mathematica Symbol) Integer is the head used for integers.
MovingMedian[list, r] gives the moving median of list, computed using spans of r elements.
NotebookFind[notebook, data] sets the current selection in the specified notebook object to be the next occurrence of data. NotebookFind[notebook, data, Previous] sets the ...
PermutationPower[perm, n] gives the n\[Null]^th permutation power of the permutation perm.
StyleBox[boxes, options] is a low-level representation of boxes to be shown with the specified option settings. StyleBox[boxes, " style"] uses the option setting for the ...