EvaluatorNames is a global option that specifies the kernels that are currently configured to perform evaluations.
ExtendedGCD[n_1, n_2, ...] gives the extended greatest common divisor of the integers n_i.
ExtractArchive[file] expands an archive file, saving its content into the current directory.ExtractArchive[file, dir] saves the content of an archive file into directory ...
FileNameDrop["name", n] drops the first n path elements in the file name " name".FileNameDrop["name", -n] drops the last n path elements in the file name " ...
FrontEndStackSize is a global option that specifies the size of the stack used to store data in the front end (Macintosh only).
GeodesicDilation[marker, mask] gives the fixed point of the geodesic dilation of the image marker constrained by the image mask.
GroupOrder[group] returns the number of elements of group.
HoldForm[expr] prints as the expression expr, with expr maintained in an unevaluated form.
ImageTrim[image , {{x_1, y_1}, {x_2, y_2}, ...}] gives the subimage of image spanned by the specified points.ImageTrim[image, {{x_1, y_1}, {x_2, y_2}, ...}, r] adds a margin ...
IncludeFileExtension is an option for notebooks that specifies whether the suffix ".nb" is automatically appended to a notebook's name when it is first saved.