PermutationCyclesQ[expr] returns True if expr is a permutation in disjoint cyclic form, and False otherwise.
RangeFilter[image, r] filters image by replacing every pixel by the difference of the maximum and minimum in its range r neighborhood. RangeFilter[data, r] applies a range ...
TracePrint[expr] prints all expressions used in the evaluation of expr. TracePrint[expr, form] includes only those expressions which match form. TracePrint[expr, s] includes ...
$ConfiguredKernels is the default list of kernels that are configured to be launched for parallel computing.
Here is an expression in full form. TreeForm prints out expressions to show their "tree" structure. You can think of any Mathematica expression as a tree. In the expression ...
PICT
(Mathematica Import/Export Format) MIME type: image/pict Macintosh graphics format. Was the original metafile format of the Apple Macintosh. PICT is an acronym derived from Picture. Can store raster images and ...
Sec
(Built-in Mathematica Symbol) Sec[z] gives the secant of z.
DataSourceNames[] returns a list of the names of data sources made available through DatabaseResourcesPath.
The symbolic character of Mathematica graphics makes it straightforward to combine together different graphics constructs, both for presentation and interactive behavior—and ...
Log10
(Built-in Mathematica Symbol) Log10[x] gives the base-10 logarithm of x.