BesselYZero[n, k] represents the k\[Null]^th zero of the Bessel function of the second kind Y_n (x).BesselYZero[n, k, x_0] represents the k\[Null]^th zero greater than x_0.
BezierFunction[{pt_1, pt_2, ...}] represents a Bézier function for a curve defined by the control points pt_i.BezierFunction[array] represents a Bézier function for a surface ...
CanberraDistance[u, v] gives the Canberra distance between vectors u and v.
ChessboardDistance[u, v] gives the chessboard, Chebyshev, or sup norm distance between vectors u and v.
ContourDetect[image] gives a binary image in which white pixels correspond to the zeros and zero crossings in image.ContourDetect[image, delta] treats values in image that ...
CosineDistance[u, v] gives the angular cosine distance between vectors u and v.
Find
(Built-in Mathematica Symbol) Find[stream, " text"] finds the first line in an input stream that contains the specified string. Find[stream, {"text_1", "text_2", ...}] finds the first line that contains ...
FindVertexCover[g] finds a vertex cover of the graph g with a minimum number of vertices.
ImageAdjust[image] adjusts the levels in image, rescaling them to cover the range 0 to 1.ImageAdjust[image, c] adjusts the contrast of image by an amount c.ImageAdjust[image, ...
ImagePad[image, m] pads image on all sides with m background pixels.ImagePad[image, m, padding] pads image on all sides using the value or method specified by ...