ExpressionCell[expr] gives an expression cell that can appear in a Mathematica notebook. ExpressionCell[expr, " style"] gives an expression cell with the specified style.
FileDate["file"] gives the date and time at which a file was last modified. FileDate["file", " type"] gives information on the specified type of date associated with a file.
FindFile[name] finds the file with the specified name that would be loaded by Get[name] and related functions.
FindList["file", " text"] gives a list of lines in the file that contain the specified string. FindList["file", {"text_1", "text_2", ...}] gives a list of all lines that ...
FortranForm[expr] prints as a Fortran language version of expr.
FourierParameters is an option to Fourier and related functions that specifies the conventions to use in computing Fourier transforms.
FromDigits[list] constructs an integer from the list of its decimal digits. FromDigits[list, b] takes the digits to be given in base b. FromDigits["string"] constructs an ...
HamiltonianGraphQ[g] yields True if the graph g is Hamiltonian, and False otherwise.
HarmonicMeanFilter[image, r] filters image by replacing every value by the harmonic mean of the values in its range r neighborhood. HarmonicMeanFilter[data, r] applies ...
HarmonicMean[list] gives the harmonic mean of the values in list.