FindPermutation[expr] gives a permutation that produces expr by permuting Sort[expr].FindPermutation[expr 1, expr 2] gives a permutation that converts expr_1 to expr_2 for ...
CreatePalette[expr] creates a palette notebook containing expr, and opens it in the front end.CreatePalette[{expr_1, expr_2, ...}] creates and opens a palette notebook ...
PeronaMalikFilter[image] applies a Perona\[Dash]Malik diffusion filter to image.PeronaMalikFilter[image, t] specifies the amount of diffusion t to be applied. ...
Infinity or \[Infinity] is a symbol that represents a positive infinite quantity.
SurvivalDistribution[{e_1, e_2, ...}] represents a survival distribution with event times e_i.SurvivalDistribution[{w_1, w_2, ...} -> {e_1, e_2, ...}] represents a survival ...
Mathematica allows you to perform many operations on power series. In all cases, Mathematica gives results only to as many terms as can be justified from the accuracy of your ...
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
InverseGammaRegularized[a, s] gives the inverse of the regularized incomplete gamma function.
MachineNumberQ[expr] returns True if expr is a machine-precision real or complex number, and returns False otherwise.
ScalingFunctions is an option for BarChart, Histogram, and other charting functions that specifies what scaling functions should be used.