LinebreakAdjustments is an option for selections that sets parameters used for calculating where automatic line breaks should be inserted.
MeanShift[list, d] replaces each element in list by the mean of the values of all elements that differ by less than d.
NotElement[x, dom] or x \[NotElement] dom asserts that x is not an element of the domain dom.NotElement[x_1 | ... | x_n, dom] asserts that none of the x_i are elements of ...
ObservabilityMatrix[ss] gives the observability matrix of the StateSpaceModel object ss.
SatisfiableQ[bf] gives True if a combination of values of variables exists that makes the Boolean function bf yield True.SatisfiableQ[expr, {a_1, a_2, ...}] gives True if a ...
SpellingOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for notebooks that specifies settings for spell checking.
ToCharacterCode["string"] gives a list of the integer codes corresponding to the characters in a string. ToCharacterCode["string", " encoding"] gives integer codes according ...
TopologicalSort[g] gives a list of vertices of g in topologically sorted order for a directed acyclic graph g.
TotalVariationFilter[image] iteratively reduces noise while preserving edges in image.TotalVariationFilter[image, param] assumes a regularization parameter value param.
WindowSize is a notebook option that specifies the size of window that should be used to display a notebook on the screen.