LightYellow represents a light yellow color in graphics or style specifications.
LowerTriangularize[m] gives a matrix in which all but the lower triangular elements of m are replaced with zeros. LowerTriangularize[m, k] replaces with zeros only the ...
MorphologicalBinarize[image, {t_1, t_2}] creates a binary image from image by replacing all values above the upper threshold t_2 with 1, also including pixels with ...
Number
(Built-in Mathematica Symbol) Number represents an exact integer or an approximate real number in Read.
OutputNamePacket[string] is a MathLink packet that contains in string the name assigned to the next output.
PalettePath is a global option that specifies which directories Mathematica searches for palettes on startup.
PermutationSupport[perm] returns the support of the permutation perm.
Postfix
(Built-in Mathematica Symbol) Postfix[f[expr]] prints with f[expr] given in default postfix form: expr // f. Postfix[f[expr], h] prints as exprh.
Prefix
(Built-in Mathematica Symbol) Prefix[f[expr]] prints with f[expr] given in default prefix form: f@expr. Prefix[f[expr], h] prints as hexpr.
Record
(Built-in Mathematica Symbol) Record represents a record in Read, Find, and related functions.