FactorSquareFree[poly] pulls out any multiple factors in a polynomial.
FiniteAbelianGroupCount[n] gives the number of finite Abelian groups of order n.
FourierParameters is an option to Fourier and related functions that specifies the conventions to use in computing Fourier transforms.
PolynomialLCM[poly_1, poly_2, ...] gives the least common multiple of the polynomials poly_i. PolynomialLCM[poly_1, poly_2, ..., Modulus -> p] evaluates the LCM modulo the ...
PolynomialRemainder[p, q, x] gives the remainder from dividing p by q, treated as polynomials in x.
PowerMod[a, b, m] gives a^b mod m. PowerMod[a, -1, m] finds the modular inverse of a modulo m.PowerMod[a, 1/r, m] finds a modular r\[Null]^th root of a.
RamanujanTauL[s] gives the Ramanujan tau Dirichlet L-function L(s).
RandomInteger[{i_min, i_max}] gives a pseudorandom integer in the range {i_min, i_max}. RandomInteger[i_max] gives a pseudorandom integer in the range {0, ...
WaitNext[{eid_1, eid_2, ...}] waits until the first evaluation represented by any of the eid_i finishes, then returns its result, the corresponding eid_i, and the list of ...
ListLinePlot[{y_1, y_2, ...}] plots a line through a list of values, assumed to correspond to x coordinates 1, 2, .... ListLinePlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a ...