EllipticExp[u, {a, b}] is the inverse for EllipticLog. It produces a list {x, y} such that u == EllipticLog[{x, y}, {a, b}].
EventLabels is an option to CandlestickChart, KagiChart, and similar functions that specifies events to labels.
FileNames[] lists all files in the current working directory. FileNames[form] lists all files in the current working directory whose names match the string pattern form. ...
FindEdgeCover[g] finds an edge cover of the graph g with a minimum number of edges.
FindGraphIsomorphism[g_1, g_2] finds an isomorphism that maps the graph g_1 to g_2 by renaming vertices.
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 ...
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 ...
Get
(Built-in Mathematica Symbol) << name reads in a file, evaluating each expression in it, and returning the last one.
GraphIntersection[g_1, g_2] gives the graph intersection of the graphs g_1 and g_2.GraphIntersection[g_1, g_2, ...] gives the graph intersection of g_1, g_2, ....