ReturnExpressionPacket[expr] is a MathLink packet that contains the expression expr, the result of an EnterExpressionPacket evaluation.
$ExportFormats gives a list of export formats currently supported in your Mathematica system.
ImagePad[image, m] pads image on all sides with m background pixels.ImagePad[image, m, padding] pads image on all sides using the value or method specified by ...
ContourStyle is an option for contour plots that specifies the style in which contour lines or surfaces should be drawn.
DerivativeFilter[image, {n_1, n_2}] computes the n_i\[Null]^th derivative of image in the vertical and horizontal directions.DerivativeFilter[image, {n_1, n_2}, \[Sigma]] ...
ImageLines[image] finds line segments in image and returns the coordinates of their endpoints.ImageLines[image, t] uses the threshold t for selecting image ...
int MLPutFloat (MLINK link, double x) puts the floating-point number x to the MathLink connection specified by link with a precision corresponding to the C type float.
MeanCI
(Hypothesis Testing Package Symbol) MeanCI[list] gives a confidence interval for the population mean estimated from list.
FindEdgeCover[g] finds an edge cover of the graph g with a minimum number of edges.
MeanDeviation[list] gives the mean absolute deviation from the mean of the elements in list.