Check whether an integer is prime, inspect its factors, and jump to the nearest prime numbers.
Break an integer into its prime building blocks.
Find the greatest common divisor of multiple integers.
Find the least common multiple for a set of integers.
Generate a prime number inside a custom range.