FactorSquareFreeList[poly] gives a list of square-free factors of a polynomial, together with their exponents.
FourierCosSeries[expr, t, n] gives the n\[Null]^th-order Fourier cosine series expansion of expr in t.FourierCosSeries[expr, {t_1, t_2, ...}, {n_1, n_2, ...}] gives the ...
FrameLabel is an option for Graphics, Manipulate, and related functions that specifies labels to be placed on the edges of a frame.
GeometricTransformation[g, tfun] represents the result of applying the transformation function tfun to the geometric objects corresponding to the primitives ...
HITSCentrality[g] gives a list of authority and hub centralities for the vertices in the graph g.
Hypergeometric1F1[a, b, z] is the Kummer confluent hypergeometric function \[Null]_1 F_1 (a; b; z).
IsomorphicGraphQ[g_1, g_2] yields True if the graphs g_1 and g_2 are isomorphic, and False otherwise.
KroneckerDelta[n_1, n_2, ...] gives the Kronecker delta \[Delta] Subscript[n, 1] Subscript[n, 2] ..., equal to 1 if all the n_i are equal, and 0 otherwise.
Kurtosis[list] gives the coefficient of kurtosis for the elements in list.Kurtosis[dist] gives the coefficient of kurtosis for the symbolic distribution dist.
LaguerreL[n, x] gives the Laguerre polynomial L_n (x). LaguerreL[n, a, x] gives the generalized Laguerre polynomial L_n^a(x).