ArcCoth
(Built-in Mathematica Symbol) ArcCoth[z] gives the inverse hyperbolic cotangent coth -1 (z) of the complex number z.
BaseStyle is an option for formatting and related constructs that specifies the base style to use for them.
ButtonBox[boxes] is a low-level box construct that represents a button in a notebook expression.
DataDistribution[ddist, ...] represents a probability distribution of type ddist, estimated from a set of data.
DiceDissimilarity[x, y] gives the Dice dissimilarity between Boolean vectors x and y.
EditDistance[u, v] gives the edit or Levenshtein distance between strings or vectors u and v.
FindList["file", " text"] gives a list of lines in the file that contain the specified string. FindList["file", {"text_1", "text_2", ...}] gives a list of all lines that ...
FindVertexCover[g] finds a vertex cover of the graph g with a minimum number of vertices.
Hypergeometric0F1Regularized[a, z] is the regularized confluent hypergeometric function \[Null]_0 F_1 (a; z)/\[CapitalGamma](a).
ImageAdd[image, x] adds an amount x to each channel value in image.ImageAdd[image_1, image_2] gives an image in which each pixel is the sum of the corresponding pixels in ...