DawsonF
(Built-in Mathematica Symbol) DawsonF[z] gives the Dawson integral F(z).
DeleteSmallComponents[image] replaces small connected components in a binary image image with background pixels.DeleteSmallComponents[m] replaces positive integers in a label ...
DirectedGraphQ[g] yields True if the graph g is a directed graph and False otherwise.
GeoPosition[{\[Phi], \[Lambda]}] represents a geodetic position with latitude \[Phi] and longitude \[Lambda].GeoPosition[{\[Phi], \[Lambda], h}] represents a geodetic ...
ImageRotate[image] rotates image counterclockwise by 90\[Degree].ImageRotate[image, side] rotates image to make the top of the image be on the specified ...
MovingMedian[list, r] gives the moving median of list, computed using spans of r elements.
NumberFieldDiscriminant[a] gives the discriminant of the field \[DoubleStruckCapitalQ][a] generated by the algebraic number a.
On
(Built-in Mathematica Symbol) On[symbol::tag] switches on a message, so that it can be printed. On["name"] switches on a named group of messages.On[s] switches on tracing for the symbol s. On[m_1, m_2, ...
OpenWrite["file"] opens a file to write output to it, and returns an OutputStream object. OpenWrite[] opens a new file in the default area for temporary files on your ...
ParallelProduct[expr, {i, i_max}] evaluates the product \[Product]i = 1 i_max expr in parallel.ParallelProduct[expr, {i, i_min, i_max}] starts with i = ...