CyclicGroup[n] represents the cyclic group of degree n.
DigitCount[n, b, d] gives the number of d digits in the base-b representation of n. DigitCount[n, b] gives a list of the numbers of 1, 2, ..., b - 1, 0 digits in the base-b ...
Divisible[n, m] yields True if n is divisible by m, and yields False if it is not.
FiniteAbelianGroupCount[n] gives the number of finite Abelian groups of order n.
ImageApply[f, image] applies the function f to the list of channel values for each pixel in image.
ImageKeypoints[image] finds key features in image and returns their coordinates.ImageKeypoints[image, prop] gives the specified property prop for each keypoint.
ImagePadding is an option for graphics functions that specifies what absolute extra padding should be left for extended objects such as thick lines and annotations such as ...
IntegerExponent[n, b] gives the highest power of b that divides n.
JacobiSymbol[n, m] gives the Jacobi symbol (n/m).
LineGraph[g] gives the line graph of the graph g.