InverseErf[s] gives the inverse error function obtained as the solution for z in s = erf(z).
Longest
(Built-in Mathematica Symbol) Longest[p] is a pattern object that matches the longest sequence consistent with the pattern p.
MemberQ
(Built-in Mathematica Symbol) MemberQ[list, form] returns True if an element of list matches form, and False otherwise. MemberQ[list, form, levelspec] tests all parts of list specified by levelspec.
Numerator[expr] gives the numerator of expr.
NumericFunction is an attribute that can be assigned to a symbol f to indicate that f[arg_1, arg_2, ...] should be considered a numeric quantity whenever all the arg_i are ...
PeronaMalikFilter[image] applies a Perona\[Dash]Malik diffusion filter to image.PeronaMalikFilter[image, t] specifies the amount of diffusion t to be applied. ...
PlotLabel is an option for graphics functions that specifies an overall label for a plot.
PropertyList[{obj, item}] lists the properties available for item in obj.
Range
(Built-in Mathematica Symbol) Range[i_max] generates the list {1, 2, ..., i_max}. Range[i_min, i_max] generates the list {i_min, ..., i_max}. Range[i_min, i_max, di] uses step di.
ReadList["file"] reads all the remaining expressions in a file and returns a list of them. ReadList["file", type] reads objects of the specified type from a file, until the ...