IntegerPart[x] gives the integer part of x.
StemLeafPlot[data] creates a stem-and-leaf plot for the real-valued vector data.StemLeafPlot[data_1, data_2] creates a side-by-side stem-and-leaf plot for the vectors data_1 ...
Interface definitions can be defined using either a Mathematica expression or an XML definition. For many usages the Mathematica syntax is preferred. However, in cases where ...
BinomialDistribution[n, p] represents a binomial distribution with n trials and success probability p.
PossibleZeroQ[expr] gives True if basic symbolic and numerical methods suggest that expr has value zero, and gives False otherwise.
Plus
(Built-in Mathematica Symbol) x + y + z represents a sum of terms.
FactorialPower[x, n] gives the factorial power x (n). FactorialPower[x, n, h] gives the step-h factorial power x (n, h).
MachinePrecision is a symbol used to indicate machine-number precision.
PaletteNotebook[{cell_1, cell_2, ...}] represents a palette notebook that can be manipulated by the Mathematica front end.
Nearest is used to find elements in a list that are closest to a given data point. Nearest function. Nearest works with numeric lists, tensors, or a list of strings.