AppendTo[s, elem] appends elem to the value of s, and resets s to the result.
BinomialDistribution[n, p] represents a binomial distribution with n trials and success probability p.
ChanVeseBinarize[image] finds a two-level segmentation of image by computing optimal contours around regions of consistent intensity in image.ChanVeseBinarize[image, marker] ...
ColorFunction is an option for graphics functions that specifies a function to apply to determine colors of elements.
ColorSlider[color] represents a color slider currently set to the color corresponding to color.ColorSlider[Dynamic[color]] uses the dynamically updated current value of ...
Complex
(Built-in Mathematica Symbol) Complex is the head used for complex numbers.
ContinuedFraction[x, n] generates a list of the first n terms in the continued fraction representation of x. ContinuedFraction[x] generates a list of all terms that can be ...
Darker
(Built-in Mathematica Symbol) Darker[color] represents a darker version of the specified color. Darker[color, f] represents a version of the specified color darkened by a fraction f. Darker[image, ...] ...
Decompose[poly, x] decomposes a polynomial, if possible, into a composition of simpler polynomials.
DivisorSigma[k, n] gives the divisor function \[Sigma]_k (n).