FindDivisions[{x_min, x_max}, n] finds a list of about n "nice" numbers that divide the interval around x_min to x_max into equally spaced parts. FindDivisions[{x_min, x_max, ...
Format
(Built-in Mathematica Symbol) Format[expr] prints as the formatted form of expr. Assigning values to Format[expr] defines print forms for expressions. Format[expr, form] gives a format for the specified ...
FromCharacterCode[n] gives a string consisting of the character with integer code n. FromCharacterCode[{n_1, n_2, ...}] gives a string consisting of the sequence of ...
GeoGridPosition[{x, y, z}, projection] represents a point {x, y, z} in a planimetric cartographic grid using the specified projection.
HermitianMatrixQ[m] tests whether m is a Hermitian matrix.
HoldAllComplete is an attribute which specifies that all arguments to a function are not to be modified or looked at in any way in the process of evaluation.
Hold
(Built-in Mathematica Symbol) Hold[expr] maintains expr in an unevaluated form.
Hypergeometric0F1[a, z] is the confluent hypergeometric function \[Null]_0 F_1 (; a; z).
Hypergeometric1F1Regularized[a, b, z] is the regularized confluent hypergeometric function \[Null]_1 F_1 (a; b; z)/\[CapitalGamma](b).
ImageAdd[image, x] adds an amount x to each channel value in image.ImageAdd[image_1, image_2] gives an image in which each pixel is the sum of the corresponding pixels in ...