FrameTicks is an option for 2D graphics functions that specifies tick marks for the edges of a frame.
FrameTicksStyle is an option for 2D graphics functions that specifies how frame ticks should be rendered.
FRatioDistribution[n, m] represents an F-ratio distribution with n numerator and m denominator degrees of freedom.
FrechetDistribution[\[Alpha], \[Beta]] represents the Frechet distribution with shape parameter \[Alpha] and scale parameter \[Beta].FrechetDistribution[\[Alpha], \[Beta], ...
FreeQ
(Built-in Mathematica Symbol) FreeQ[expr, form] yields True if no subexpression in expr matches form, and yields False otherwise. FreeQ[expr, form, levelspec] tests only those parts of expr on levels ...
FresnelC[z] gives the Fresnel integral C(z).
FresnelS[z] gives the Fresnel integral S(z).
FrobeniusNumber[{a_1, ..., a_n}] gives the Frobenius number of a_1, ..., a_n.
FrobeniusSolve[{a_1, ..., a_n}, b] gives a list of all solutions of the Frobenius equation a_1 x_1 + ... + a_n x_n = b.FrobeniusSolve[{a_1, ..., a_n}, b, m] gives at most m ...
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 ...