InverseHaversine[z] gives the inverse haversine function hav -1 (z).
MeanDeviation[list] gives the mean absolute deviation from the mean of the elements in list.
MedianDeviation[list] gives the median absolute deviation from the median of the elements in list.
PartitionsP[n] gives the number p (n) of unrestricted partitions of the integer n.
PascalDistribution[n, p] represents a Pascal distribution with parameters n and p.
PrincipalComponents[matrix] transforms elements of matrix into unscaled principal components.
RandomPermutation[gr] gives a pseudorandom permutation in the permutation group gr.RandomPermutation[gr, n] gives a list of n pseudorandom permutations in the permutation ...
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 ...
SeedRandom[n] resets the pseudorandom generator, using n as a seed. SeedRandom[] resets the generator, using as a seed the time of day and certain attributes of the current ...
Show
(Built-in Mathematica Symbol) Show[graphics, options] shows graphics with the specified options added. Show[g_1, g_2, ...] shows several graphics combined.