primes-and-factors
module with functions relating to the prime factors of a positive integer
is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
long
A Long class for representing a 64-bit two's-complement integer value.