GraphComplement[g] gives the graph complement of the graph g.
ImageColorSpace[image] gives the name of the color space of image.
ImageCorrelate[image, ker] gives the correlation of image with kernel ker.ImageCorrelate[image, ker, f] computes a generalized correlation in which the function f is used in ...
LeafCount[expr] gives the total number of indivisible subexpressions in expr.
LimitsPositioningTokens is an option for selections that specifies a set of characters for which the option LimitsPositioning is set to True by default.
ListCurvePathPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a curve that corresponds to a smooth path through the specified points.
ListPlay[{a_1, a_2, ...}] creates an object that plays as a sound whose amplitude is given by the sequence of levels a_i.
Log2
(Built-in Mathematica Symbol) Log2[x] gives the base-2 logarithm of x.
NMaxValue[f, x] gives the maximum value of f with respect to x.NMaxValue[f, {x, y, ...}] gives the maximum value of f with respect to x, y, .... NMaxValue[{f, cons}, {x, y, ...
NMinValue[f, x] gives the minimum value of f with respect to x.NMinValue[f, {x, y, ...}] gives the minimum value of f with respect to x, y, .... NMinValue[{f, cons}, {x, y, ...