p_1 | p_2 | ... is a pattern object which represents any of the patterns p_i.
TransformedDistribution[expr, x \[Distributed] dist] represents the transformed distribution of expr where the random variable x follows the distribution ...
EditDistance[u, v] gives the edit or Levenshtein distance between strings or vectors u and v.
HammingDistance[u, v] gives the Hamming distance between strings or vectors u and v.
RamanujanTauTheta[t] gives the Ramanujan tau theta function \[Theta](t).
expr /. rules applies a rule or list of rules in an attempt to transform each subpart of an expression expr.
PackedArrayQ[expr] returns True if expr is a packed array in its internal representation, and returns False otherwise. PackedArrayQ[expr, type] returns True if expr is a ...
__(two _characters) or BlankSequence[] is a pattern object that can stand for any sequence of one or more Mathematica expressions. __h or BlankSequence[h] can stand for any ...
mint*MTensor_getIntegerData (MTensor t) gets an array of the data elements of an MTensor of integer type.
Sequence of unsigned 32-bit integers. Raw binary format. Equivalent to the Byte format.