InverseGammaRegularized[a, s] gives the inverse of the regularized incomplete gamma function.
InverseHaversine[z] gives the inverse haversine function hav -1 (z).
Log10
(Built-in Mathematica Symbol) Log10[x] gives the base-10 logarithm of x.
LogicalExpand[expr] expands out logical combinations of equations, inequalities, and other functions.
MathieuCharacteristicB[r, q] gives the characteristic value b_r for odd Mathieu functions with characteristic exponent r and parameter q.
MinimalPolynomial[s, x] gives the minimal polynomial in x for which the algebraic number s is a root.
On
(Built-in Mathematica Symbol) On[symbol::tag] switches on a message, so that it can be printed. On["name"] switches on a named group of messages.On[s] switches on tracing for the symbol s. On[m_1, m_2, ...
Paste
(Built-in Mathematica Symbol) Paste[expr] pastes expr at the current insertion point in the input notebook. Paste[notebook, expr] pastes expr to the specified notebook.Paste[] pastes the contents of the ...
Primes
(Built-in Mathematica Symbol) Primes represents the domain of prime numbers, as in x \[Element] Primes.
RandomPrime[{i_min, i_max}] gives a pseudorandom prime number in the range i_min to i_max.RandomPrime[i_max] gives a pseudorandom prime number in the range 2 to ...