HistogramList[{x_1, x_2, ...}] gives a list of bins and histogram heights of the values x_i.HistogramList[{{x_1, y_1, ...}, {x_2, y_2, ...}, ...}] gives a list of bins and ...
Csch
(Built-in Mathematica Symbol) Csch[z] gives the hyperbolic cosecant of z.
BitNot
(Built-in Mathematica Symbol) BitNot[n] gives the bitwise NOT of the integer n.
QGamma
(Built-in Mathematica Symbol) QGamma[z, q] gives the q-gamma function \[CapitalGamma]_q (z).
ColorRules is an option for ArrayPlot which specifies how colors of cells should be determined from values.
Mathematica includes state-of-the-art algorithms for sequence alignment and comparison, capable of handling strings and lists containing very large numbers of elements.
Mathematica provides broad and deep built-in support for both programmatic and interactive modern industrial-strength image processing —fully integrated with Mathematica's ...
Cosh
(Built-in Mathematica Symbol) Cosh[z] gives the hyperbolic cosine of z.
You can tell a lot about what "type" of expression something is by looking at its head. Thus, for example, an integer has head Integer, while a list has head List. In a ...
TraceDepth is an option for Trace and related functions which specifies the maximum nesting of evaluation chains that are to be included.