PrimeZetaP[s] gives prime zeta function P(s).
PrimitiveRoot[n] gives the smallest primitive root of n.
QFactorial[n, q] gives the q-factorial [n] q!.
SatisfiableQ[bf] gives True if a combination of values of variables exists that makes the Boolean function bf yield True.SatisfiableQ[expr, {a_1, a_2, ...}] gives True if a ...
SectorOrigin is an option to PieChart and related functions that specifies where sectors should start.
SmithWatermanSimilarity[u, v] gives a number representing the Smith\[Dash]Waterman similarity between strings or vectors u and v.
Unprotect[s_1, s_2, ...] removes the attribute Protected for the symbols s_i. Unprotect["form_1", "form_2", ...] unprotects all symbols whose names textually match any of the ...
$Path
(Built-in Mathematica Symbol) $Path gives the default list of directories to search in attempting to find an external file.
AnnuityDue[p, t] represents an annuity due of fixed payments p made over t periods.AnnuityDue[p, t, q] represents a series of payments occurring at time intervals ...
CriticalSection[{var_1, var_2, ...}, expr] locks the variables var_i with respect to parallel computation, evaluates expr, then releases the var_i.