FactorialPower[x, n] gives the factorial power x (n). FactorialPower[x, n, h] gives the step-h factorial power x (n, h).
FinancialBond[params, ambientparams] gives the value of a financial bond instrument.FinancialBond[params, ambientparams, prop] computes the specified property prop.
FindShortestPath[g, s, t] finds the shortest path from source vertex s to target vertex t in the graph g.FindShortestPath[g, s, All] generates a ShortestPathFunction[...] ...
Fold
(Built-in Mathematica Symbol) Fold[f, x, list] gives the last element of FoldList[f, x, list].
Gather
(Built-in Mathematica Symbol) Gather[list] gathers the elements of list into sublists of identical elements.Gather[list, test] applies test to pairs of elements to determine if they should be considered ...
GeodesyData["name", " property"] gives the value of the specified property for a named geodetic datum or reference ellipsoid.GeodesyData[{a, b}, " property"] gives the value ...
GridLines is an option for two-dimensional graphics functions that specifies grid lines.
GroebnerBasis[{poly_1, poly_2, ...}, {x_1, x_2, ...}] gives a list of polynomials that form a Gröbner basis for the set of polynomials poly_i. GroebnerBasis[{poly_1, poly_2, ...
HankelMatrix[n] gives the n*n Hankel matrix with first row and first column being successive integers.HankelMatrix[{c_1, c_2, ..., c_n}] gives the Hankel matrix whose first ...
Hyperlink[uri] represents a hyperlink that jumps to the specified URI when clicked. Hyperlink[label, uri] represents a hyperlink to be displayed as label.