FillingStyle is an option for ListPlot, Plot, Plot3D, and related functions that specifies the default style of filling to be used.
FillingTransform[image] gives a version of image with all extended minima filled.FillingTransform[image, marker] fills extended minima in regions where at least one ...
FilterRules[rules, patt] filters the list rules by picking out only those rules whose left-hand sides match patt.FilterRules[rules, {patt_1, patt_2, ...}] picks out rules ...
FinancialBond[params, ambientparams] gives the value of a financial bond instrument.FinancialBond[params, ambientparams, prop] computes the specified property prop.
FinancialData["name"] gives the last known price or value for the financial entity specified by " name".FinancialData["name", start] gives a list of dates and daily closing ...
FinancialDerivative[instrument, params, ambientparams] gives the value of the specified financial instrument.FinancialDerivative[instrument, params, ambientparams, prop] ...
FinancialIndicator["ind", par_1, par_2, ...] represents a financial indicator " ind" with parameters par_1, par_2, etc.
FindArgMax[f, x] gives the position x_max of a local maximum of f.FindArgMax[f, {x, x_0}] gives the position x_max of a local maximum of f, found by a search starting from ...
FindArgMin[f, x] gives the position x_min of a local minimum of f.FindArgMin[f, {x, x_0}] gives the position x_min of a local minimum of f, found by a search starting from ...
FindClique[g] finds a clique with maximum number of vertices in the graph g.