FileHash["file"] gives an integer hash code for the contents of the specified file.FileHash["file", " type"] gives an integer hash of the specified type.
FillingTransform[image] gives a version of image with all extended minima filled.FillingTransform[image, marker] fills extended minima in regions where at least one ...
For
(Built-in Mathematica Symbol) For[start, test, incr, body] executes start, then repeatedly evaluates body and incr until test fails to give True.
FrobeniusNumber[{a_1, ..., a_n}] gives the Frobenius number of a_1, ..., a_n.
FunctionSpace is an option for FindSequenceFunction and related functions that specifies the space of functions to consider for representations.
HurwitzLerchPhi[z, s, a] gives the Hurwitz\[Dash]Lerch transcendent \[CapitalPhi](z, s, a).
IgnoreCase is an option for string manipulation and searching functions that specifies whether lowercase and uppercase letters should be treated as equivalent.
ImageAdjust[image] adjusts the levels in image, rescaling them to cover the range 0 to 1.ImageAdjust[image, c] adjusts the contrast of image by an amount c.ImageAdjust[image, ...
ImageMultiply[image, x] multiplies each channel value in image by a factor x.ImageMultiply[image_1, image_2] gives an image in which each pixel is the product of the ...
ImageRotate[image] rotates image counterclockwise by 90\[Degree].ImageRotate[image, side] rotates image to make the top of the image be on the specified ...