ArcCsch
(Built-in Mathematica Symbol) ArcCsch[z] gives the inverse hyperbolic cosecant csch -1 (z) of the complex number z.
BeginPackage["context`"] makes context` and System` the only active contexts. BeginPackage["context`", {"need_1`", "need_2`", ...}] calls Needs on the need_i.
BetweennessCentrality[g] gives a list of betweenness centralities for the vertices in the graph g.
BitOr
(Built-in Mathematica Symbol) BitOr[n_1, n_2, ...] gives the bitwise OR of the integers n_i.
BrayCurtisDistance[u, v] gives the Bray\[Dash]Curtis distance between vectors u and v.
CDFInformation[expr] gives a list of properties relevant to a CDF deployed with the content expr.CDFInformation[notebook] gives usage properties for a CDF to be deployed from ...
Censoring[t, c] represents a censored event time t with censoring c.Censoring[{t_1, t_2, ...}, c] represents a vector of censored event times t_i with censoring ...
Clock
(Built-in Mathematica Symbol) Clock[] represents a clock variable whose value cycles continuously from 0 to 1 once per second when it appears inside a dynamically updated object such as a Dynamic. ...
CoifletWavelet[] represents a Coiflet wavelet of order 2.CoifletWavelet[n] represents a Coiflet wavelet of order n.
ConnectedGraphQ[g] yields True if the graph g is connected, and False otherwise.